| Commit message (Expand) | Author | Age |
* | Add ability to kill and stop containers | Matthew Heon | 2017-11-29 |
* | Update man pages and output for kpod images | umohnani8 | 2017-11-28 |
* | Implement kpod --rm code | Daniel J Walsh | 2017-11-28 |
* | kpod ps | baude | 2017-11-28 |
* | remove unused functions and variables | Suraj Deshmukh | 2017-11-28 |
* | Merge pull request #80 from umohnani8/kpod_images | Daniel J Walsh | 2017-11-27 |
|\ |
|
| * | Fix output of kpod images | umohnani8 | 2017-11-27 |
* | | Merge pull request #79 from mheon/fix_create | Daniel J Walsh | 2017-11-27 |
|\ \
| |/
|/| |
|
| * | Make 'kpod create' also create the container in runc | Matthew Heon | 2017-11-27 |
* | | kpod_wait | baude | 2017-11-27 |
* | | kpod_rm: Add option for --all | baude | 2017-11-27 |
|/ |
|
* | Create|Run container from Image ID | baude | 2017-11-27 |
* | kpod run, needs to shutdown the storage driver when done | Daniel J Walsh | 2017-11-27 |
* | Update kpod pause and unpause to use new container state | umohnani8 | 2017-11-24 |
* | Copy some verification code out of Docker to verify user input | Daniel J Walsh | 2017-11-22 |
* | Update kpod logs to use the new container state and runtime | Urvashi Mohnani | 2017-11-22 |
* | Update kpod mount and umount to use the new state | umohnani8 | 2017-11-22 |
* | Add support for pid ns | Daniel J Walsh | 2017-11-22 |
* | Update kpod export to use the new container state and runtime | Urvashi Mohnani | 2017-11-22 |
* | Need to block access to kernel file systems in /proc and /sys | Daniel J Walsh | 2017-11-22 |
* | Update kpod rm to use new container state | Urvashi Mohnani | 2017-11-21 |
* | Add support for oom functions | Daniel J Walsh | 2017-11-21 |
* | Add cgroup fs by default | Daniel J Walsh | 2017-11-20 |
* | Add support for Ulimits/Rlimits to kpod create/run | Daniel J Walsh | 2017-11-20 |
* | Merge pull request #26 from mheon/sql_state | Daniel J Walsh | 2017-11-20 |
|\ |
|
| * | Rename Create to Init for containers to be less confusing | Matthew Heon | 2017-11-18 |
* | | Fix up handling of environment variables | Daniel J Walsh | 2017-11-20 |
|/ |
|
* | Fix terminal attach | baude | 2017-11-15 |
* | Address run/create performance issues | baude | 2017-11-14 |
* | Remove all images | baude | 2017-11-14 |
* | Add cpu-profiling to kpod | baude | 2017-11-09 |
* | Do not attempt to use command --args as cli flags | baude | 2017-11-08 |
* | Fix panic when no image is given | Daniel J Walsh | 2017-11-08 |
* | Add 'kpod import' command | Urvashi Mohnani | 2017-11-07 |
* | Convert tmpfs mounts to use generate | Daniel J Walsh | 2017-11-06 |
* | Remove defaults and use runtime-tools/generate for spec | Daniel J Walsh | 2017-11-06 |
* | Merge pull request #17 from rhatdan/caps | Daniel J Walsh | 2017-11-05 |
|\ |
|
| * | Handle Linux Capabilities from command line | Daniel J Walsh | 2017-11-04 |
* | | libpod/runtime_img_test.go Unit Tests | baude | 2017-11-04 |
* | | spec_test.go: Unit tests for spec.go | baude | 2017-11-03 |
* | | spec.go: Remove cli context as func arg | baude | 2017-11-03 |
* | | util_test.go: Unittests for util.go | baude | 2017-11-03 |
* | | create_cli_test.go: Unittests | baude | 2017-11-03 |
|/ |
|
* | Parse SecurityOpts | Daniel J Walsh | 2017-11-03 |
* | Fix lint error on spec being shadowed | Daniel J Walsh | 2017-11-02 |
* | Fix gofmt errors | Daniel J Walsh | 2017-11-02 |
* | -mFix crioConfigPath | Daniel J Walsh | 2017-11-02 |
* | libpod create and run | baude | 2017-11-01 |
* | Prune Server package. Convert to new github location. | Matthew Heon | 2017-11-01 |
* | Initial checkin from CRI-O repo | Matthew Heon | 2017-11-01 |