summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Attempt fix for persistent bash parameter expansion issuesMatthew Heon2017-11-29
* Move removal of containers into teardown helperMatthew Heon2017-11-29
* Fix kpod rm tests returning error code when they should notMatthew Heon2017-11-29
* Fix removing running containersMatthew Heon2017-11-29
* First pass at fixing test errorsMatthew Heon2017-11-29
* Fix tests - use rm -a -f instead of nested commandsMatthew Heon2017-11-29
* Fix comment on container.Stop()Matthew Heon2017-11-29
* Shut down containers when force stopping the runtimeMatthew Heon2017-11-29
* Update container-based testsMatthew Heon2017-11-29
* Add ability to kill and stop containersMatthew Heon2017-11-29
* Update man pages and output for kpod imagesumohnani82017-11-28
* Vendor in v0.3.2 of docker/go-unitsumohnani82017-11-28
* Implement kpod --rm codeDaniel J Walsh2017-11-28
* kpod psbaude2017-11-28
* remove unused functions and variablesSuraj Deshmukh2017-11-28
* Add docker transport to push image before final failureTomSweeneyRedHat2017-11-28
* Merge pull request #80 from umohnani8/kpod_imagesDaniel J Walsh2017-11-27
|\
| * Fix output of kpod imagesumohnani82017-11-27
* | Merge pull request #79 from mheon/fix_createDaniel J Walsh2017-11-27
|\ \ | |/ |/|
| * Temporarily disable kpod create tests until kpod rm is readyMatthew Heon2017-11-27
| * Fix kpod pause tests - pausing a created container is validMatthew Heon2017-11-27
| * Make 'kpod create' also create the container in runcMatthew Heon2017-11-27
* | kpod_waitbaude2017-11-27
* | Narrow gofmt targetsbaude2017-11-27
* | kpod_rm: Add option for --allbaude2017-11-27
|/
* Create|Run container from Image IDbaude2017-11-27
* kpod run, needs to shutdown the storage driver when doneDaniel J Walsh2017-11-27
* Update kpod pause and unpause to use new container stateumohnani82017-11-24
* Copy some verification code out of Docker to verify user inputDaniel J Walsh2017-11-22
* Update vendoringDaniel J Walsh2017-11-22
* Update kpod logs to use the new container state and runtimeUrvashi Mohnani2017-11-22
* Update kpod mount and umount to use the new stateumohnani82017-11-22
* Order containers returned from state and make container config publicMatthew Heon2017-11-22
* Add support for pid nsDaniel J Walsh2017-11-22
* Update kpod export to use the new container state and runtimeUrvashi Mohnani2017-11-22
* Need to block access to kernel file systems in /proc and /sysDaniel J Walsh2017-11-22
* Update kpod rm to use new container stateUrvashi Mohnani2017-11-21
* Add PID to the containers used to test SQLite stateMatthew Heon2017-11-21
* Add ability to retrieve container's log path to APIMatthew Heon2017-11-21
* Add ability to update container status from runcMatthew Heon2017-11-21
* Mention docker login for creds authentication in documentationUrvashi Mohnani2017-11-21
* Add support for oom functionsDaniel J Walsh2017-11-21
* Add cgroup fs by defaultDaniel J Walsh2017-11-20
* Merge pull request #51 from mheon/sql_state_testsDaniel J Walsh2017-11-20
|\
| * Add tests for SQL-backed state implMatthew Heon2017-11-20
|/
* Add support for Ulimits/Rlimits to kpod create/runDaniel J Walsh2017-11-20
* Merge pull request #26 from mheon/sql_stateDaniel J Walsh2017-11-20
|\
| * Fix lint errorsMatthew Heon2017-11-18
| * Need to provide ID of container being updatedMatthew Heon2017-11-18
| * StopSignal is allowed to be 0Matthew Heon2017-11-18