| Commit message (Expand) | Author | Age |
... | |
* | First pass at fixing test errors | Matthew Heon | 2017-11-29 |
* | Fix tests - use rm -a -f instead of nested commands | Matthew Heon | 2017-11-29 |
* | Fix comment on container.Stop() | Matthew Heon | 2017-11-29 |
* | Shut down containers when force stopping the runtime | Matthew Heon | 2017-11-29 |
* | Update container-based tests | Matthew Heon | 2017-11-29 |
* | Add ability to kill and stop containers | Matthew Heon | 2017-11-29 |
* | Update man pages and output for kpod images | umohnani8 | 2017-11-28 |
* | Vendor in v0.3.2 of docker/go-units | 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 |
* | Add docker transport to push image before final failure | TomSweeneyRedHat | 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 |
|\ \
| |/
|/| |
|
| * | Temporarily disable kpod create tests until kpod rm is ready | Matthew Heon | 2017-11-27 |
| * | Fix kpod pause tests - pausing a created container is valid | Matthew Heon | 2017-11-27 |
| * | Make 'kpod create' also create the container in runc | Matthew Heon | 2017-11-27 |
* | | kpod_wait | baude | 2017-11-27 |
* | | Narrow gofmt targets | 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 vendoring | 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 |
* | Order containers returned from state and make container config public | Matthew Heon | 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 PID to the containers used to test SQLite state | Matthew Heon | 2017-11-21 |
* | Add ability to retrieve container's log path to API | Matthew Heon | 2017-11-21 |
* | Add ability to update container status from runc | Matthew Heon | 2017-11-21 |
* | Mention docker login for creds authentication in documentation | 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 |
* | Merge pull request #51 from mheon/sql_state_tests | Daniel J Walsh | 2017-11-20 |
|\ |
|
| * | Add tests for SQL-backed state impl | Matthew Heon | 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 |
|\ |
|
| * | Fix lint errors | Matthew Heon | 2017-11-18 |
| * | Need to provide ID of container being updated | Matthew Heon | 2017-11-18 |
| * | StopSignal is allowed to be 0 | Matthew Heon | 2017-11-18 |
| * | Resolve another segfault | Matthew Heon | 2017-11-18 |
| * | Fix lingering SQL error | Matthew Heon | 2017-11-18 |
| * | Fix segfault cleaning up in after failing to create a Runtime | Matthew Heon | 2017-11-18 |
| * | Rename Create to Init for containers to be less confusing | Matthew Heon | 2017-11-18 |