aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/create.go
Commit message (Expand)AuthorAge
* Merge pull request #2476 from mheon/fix_stopOpenShift Merge Robot2019-02-28
|\
| * Fix four errors tagged by Cobra macro debuggingMatthew Heon2019-02-27
* | podman create: disable interspersed optsEd Santiago2019-02-27
|/
* Better usage synopses for subcommandsEd Santiago2019-02-26
* Allow dns settings with --net=hostDaniel J Walsh2019-02-23
* Ensure that userns is created for stopped rootless podsMatthew Heon2019-02-19
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Merge pull request #2335 from mheon/enable_detach_rmOpenShift Merge Robot2019-02-15
|\
| * Enable --rm with --detachMatthew Heon2019-02-14
* | Merge pull request #2333 from TomSweeneyRedHat/dev/tsweeney/helpexamplesOpenShift Merge Robot2019-02-15
|\ \ | |/ |/|
| * Add examples for CobraTomSweeneyRedHat2019-02-14
* | Fix volume handling in podmanDaniel J Walsh2019-02-14
|/
* Don't show global flags except for podman commandDaniel J Walsh2019-02-12
* Separate remote and local commandsbaude2019-02-11
* Migrate to cobra CLIbaude2019-02-08
* Changes to container runlabel for toolbox projectbaude2019-01-30
* Make --quiet work in podman create/runDaniel J Walsh2019-01-29
* Vendor in latest opencontainers/selinuxDaniel J Walsh2019-01-18
* Merge pull request #2145 from baude/playcontainerintopodOpenShift Merge Robot2019-01-12
|\
| * podman play kube: add containers to podbaude2019-01-11
* | rootless: create the userns immediately when creating a new podGiuseppe Scrivano2019-01-11
* | rootless: join both userns and mount namespace with --podGiuseppe Scrivano2019-01-11
|/
* apparmor: apply default profile at container initializationValentin Rothberg2019-01-09
* add container-init supportValentin Rothberg2019-01-04
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Change all 'can not' to 'cannot' for proper usageDaniel J Walsh2018-12-21
* Add Playbaude2018-12-19
* Add information on --restartDaniel J Walsh2018-12-18
* Remove the forceSecure parameter on the pull call stackMiloslav Trmač2018-12-06
* Merge pull request #1918 from mheon/use_db_pathsOpenShift Merge Robot2018-12-05
|\
| * Move rootless storage config into libpodMatthew Heon2018-12-02
* | create pod on the flybaude2018-12-03
|/
* libpod should know if the network is disabledDaniel J Walsh2018-11-13
* create: fix writing cidfile when using rootlessGiuseppe Scrivano2018-10-23
* Merge pull request #1605 from mheon/syslog_cleanupOpenShift Merge Robot2018-10-11
|\
| * Pass along syslog variable to podman cleanup processesMatthew Heon2018-10-11
* | Sort all command flagsQi Wang2018-10-11
|/
* Disable SELinux labeling if --privilegedDaniel J Walsh2018-10-02
* Add --mount option for `create` & `run` commandDaniel J Walsh2018-09-21
* Don't mount /dev/shm if the user told you --ipc=noneDaniel J Walsh2018-09-21
* rootless: fix create with images not in the storageGiuseppe Scrivano2018-09-21
* create, rootless: join the userns of ns:PATHGiuseppe Scrivano2018-09-21
* create, rootless: join the userns of container:CONTAINERGiuseppe Scrivano2018-09-21
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Don't crash if an image has no namesDaniel J Walsh2018-09-18
* Merge pull request #1472 from giuseppe/rootless-fix-entrypointMatthew Heon2018-09-14
|\
| * rootless: do not raise an error if the entrypoint is specifiedGiuseppe Scrivano2018-09-14
* | Remove duplicate code between create.go and run.goDaniel J Walsh2018-09-13
|/
* Pass on securityOpts from podInfraContainer to container added to pod.Daniel J Walsh2018-09-11
* Fix pod sharing for utsmodeDaniel J Walsh2018-09-07