summaryrefslogtreecommitdiff
path: root/cmd/podman/run.go
Commit message (Expand)AuthorAge
* OpenTracing support added to start, stop, run, create, pull, and psSebastian Jug2019-02-18
* Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3OpenShift Merge Robot2019-02-17
|\
| * Add 3rd chunk of Cobra examplesTomSweeneyRedHat2019-02-17
* | pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
|/
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* Address review comments on #2319Matthew Heon2019-02-12
* Retain a copy of container exit file on cleanupMatthew Heon2019-02-12
* Fix manual detach from containers to not wait for exitMatthew Heon2019-02-12
* 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
* Capatilize all usage and descriptionsDaniel J Walsh2019-02-05
* Add podman system prune and info commandsDaniel J Walsh2019-02-05
* failed containers with --rm should remove themselvesbaude2018-12-12
* Move rootless storage config into libpodMatthew Heon2018-12-02
* --interactive shall keep STDIN attached even when not explicitly called outŠimon Lukašík2018-11-03
* Sort all command flagsQi Wang2018-10-11
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Refactor Wait() to not require a timeoutMatthew Heon2018-09-21
* rootless: fix create with images not in the storageGiuseppe Scrivano2018-09-21
* Merge pull request #1461 from rhatdan/runMatthew Heon2018-09-14
|\
| * Remove duplicate code between create.go and run.goDaniel J Walsh2018-09-13
* | Add --interval flag to podman waitDaniel J Walsh2018-09-13
|/
* rootless: check uid with Geteuid() instead of Getuid()Giuseppe Scrivano2018-09-04
* rootless, run: support --podGiuseppe Scrivano2018-09-04
* don't print help message for usage errorsValentin Rothberg2018-08-31
* run/create: reserve `-h` flag for hostnameValentin Rothberg2018-08-30
* switch projectatomic to containersDaniel J Walsh2018-08-16
* Cleanup descriptions and help informationDaniel J Walsh2018-07-27
* Need to wait for container to exit before completing run/start completesDaniel J Walsh2018-07-13
* Refactor podman/utils with a single container start and attach functionMarco Vedovati2018-07-06
* 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
* libpod: Execute poststop hooks locallyW. Trevor King2018-06-04
* podman create, start, getattachsocketbaude2018-05-21
* Major fixes to systemd cgroup handlingMatthew Heon2018-05-11
* Make invalid state nonfatal when cleaning up in runMatthew Heon2018-05-04
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* varlink imagesbaude2018-04-26
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* regression: tls verify should be set on registries.conf if insecurebaude2018-04-18
* Allow podman to exit exit codes of removed containersMatthew Heon2018-04-17
* podman pull should always try to pullbaude2018-04-14
* Fix terminal attachMatthew Heon2018-04-13
* Changes to attach to enable per-stream attachingMatthew Heon2018-04-13
* Functionality changes to the following flagsumohnani82018-04-06
* Run images with no namesbaude2018-04-04