summaryrefslogtreecommitdiff
path: root/cmd/kpod/create.go
Commit message (Expand)AuthorAge
* Update kpod inspect to use the new container stateumohnani82017-12-12
* We don't support VolumesFrom or linksDaniel J Walsh2017-12-12
* Short options!baude2017-12-04
* kpod create should not do an OCI InitDaniel J Walsh2017-12-04
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Fix --volume flag for kpod create and runumohnani82017-11-29
* Implement kpod --rm codeDaniel J Walsh2017-11-28
* Make 'kpod create' also create the container in runcMatthew Heon2017-11-27
* Create|Run container from Image IDbaude2017-11-27
* kpod run, needs to shutdown the storage driver when doneDaniel J Walsh2017-11-27
* Copy some verification code out of Docker to verify user inputDaniel J Walsh2017-11-22
* Add support for pid nsDaniel J Walsh2017-11-22
* Fix up handling of environment variablesDaniel J Walsh2017-11-20
* Fix terminal attachbaude2017-11-15
* Address run/create performance issuesbaude2017-11-14
* Do not attempt to use command --args as cli flagsbaude2017-11-08
* Fix panic when no image is givenDaniel J Walsh2017-11-08
* spec.go: Remove cli context as func argbaude2017-11-03
* create_cli_test.go: Unittestsbaude2017-11-03
* Parse SecurityOptsDaniel J Walsh2017-11-03
* Fix gofmt errorsDaniel J Walsh2017-11-02
* libpod create and runbaude2017-11-01