aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAge
* kpod_startbaude2017-11-29
* Fix --volume flag for kpod create and runumohnani82017-11-29
* Add ability to kill and stop containersMatthew Heon2017-11-29
* Update man pages and output for kpod imagesumohnani82017-11-28
* Implement kpod --rm codeDaniel J Walsh2017-11-28
* kpod psbaude2017-11-28
* remove unused functions and variablesSuraj Deshmukh2017-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
|\ \ | |/ |/|
| * Make 'kpod create' also create the container in runcMatthew Heon2017-11-27
* | kpod_waitbaude2017-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 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
* 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 support for oom functionsDaniel J Walsh2017-11-21
* Add cgroup fs by defaultDaniel J Walsh2017-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
|\
| * Rename Create to Init for containers to be less confusingMatthew Heon2017-11-18
* | Fix up handling of environment variablesDaniel J Walsh2017-11-20
|/
* Fix terminal attachbaude2017-11-15
* Address run/create performance issuesbaude2017-11-14
* Remove all imagesbaude2017-11-14
* Add cpu-profiling to kpodbaude2017-11-09
* Do not attempt to use command --args as cli flagsbaude2017-11-08
* Fix panic when no image is givenDaniel J Walsh2017-11-08
* Add 'kpod import' commandUrvashi Mohnani2017-11-07
* Convert tmpfs mounts to use generateDaniel J Walsh2017-11-06
* Remove defaults and use runtime-tools/generate for specDaniel J Walsh2017-11-06
* Merge pull request #17 from rhatdan/capsDaniel J Walsh2017-11-05
|\
| * Handle Linux Capabilities from command lineDaniel J Walsh2017-11-04
* | libpod/runtime_img_test.go Unit Testsbaude2017-11-04
* | spec_test.go: Unit tests for spec.gobaude2017-11-03
* | spec.go: Remove cli context as func argbaude2017-11-03
* | util_test.go: Unittests for util.gobaude2017-11-03
* | create_cli_test.go: Unittestsbaude2017-11-03
|/
* Parse SecurityOptsDaniel J Walsh2017-11-03
* Fix lint error on spec being shadowedDaniel J Walsh2017-11-02
* Fix gofmt errorsDaniel J Walsh2017-11-02
* -mFix crioConfigPathDaniel J Walsh2017-11-02
* libpod create and runbaude2017-11-01