summaryrefslogtreecommitdiff
path: root/cmd/podman/create.go
Commit message (Expand)AuthorAge
* 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
* rootless: check uid with Geteuid() instead of Getuid()Giuseppe Scrivano2018-09-04
* rootless, create: support --podGiuseppe Scrivano2018-09-04
* rootless, run: support --podGiuseppe Scrivano2018-09-04
* Add proper support for systemd inside of podmanDaniel J Walsh2018-08-31
* don't print help message for usage errorsValentin Rothberg2018-08-31
* run/create: reserve `-h` flag for hostnameValentin Rothberg2018-08-30
* allow specification of entrypoint in the form of a sliceDaniel J Walsh2018-08-28
* Do not try to enable AppArmor in rootless modeMarco Vedovati2018-08-24
* Fixing network ns segfaulthaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* apparmor: respect "unconfined" settingValentin Rothberg2018-08-09
* Cleanup descriptions and help informationDaniel J Walsh2018-07-27
* podman: allow to specify the IPC namespace to joinGiuseppe Scrivano2018-07-24
* podman: allow to specify the UTS namespace to joinGiuseppe Scrivano2018-07-24
* podman: allow to specify the PID namespace to joinGiuseppe Scrivano2018-07-24
* podman: allow to specify the userns to joinGiuseppe Scrivano2018-07-24
* We don't currently support --mac-addressDaniel J Walsh2018-07-24
* AppArmor: runtime check if it's enabled on the hostValentin Rothberg2018-07-23
* podman/libpod: add default AppArmor profileValentin Rothberg2018-07-11
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* Option handling has become large and should be a shared functionDaniel J Walsh2018-06-22
* podman: use a different store for the rootless caseGiuseppe Scrivano2018-06-15
* podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano2018-06-15
* Aliases do not work with IsSetDaniel J Walsh2018-06-12
* Add flag to add annotations to a containerMatthew Heon2018-06-04
* Remove --net flag and make it an alias for --networkMatthew Heon2018-05-31
* do not allow port related args to be used with --network=container:Daniel J Walsh2018-05-30
* Spell check strings and commentsJhon Honce2018-05-25
* podman create, start, getattachsocketbaude2018-05-21
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* podman should assign a host port to -p when omittedbaude2018-05-01