summaryrefslogtreecommitdiff
path: root/cmd/podman/run.go
Commit message (Expand)AuthorAge
* 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
* Remove explicit Init() calls in run and startMatthew Heon2018-04-03
* podman: new option --conmon-pidfile=Giuseppe Scrivano2018-03-29
* cmd/podman/run.go: Error nicely when no image foundbaude2018-03-27
* If cidfile exists, do not proceedbaude2018-03-23
* Migrate podman inspect and tag to image librarybaude2018-03-21
* Image library stage 4 - create and commitbaude2018-03-20
* Add signal proxying to podman run, start, and attachMatthew Heon2018-03-15
* Add StartAndAttach() API endpoint for containersMatthew Heon2018-03-15
* Implement --image-volumes for create and runumohnani82018-02-22
* Add tests and cleanupJhon Honce2018-02-22
* Push up createConfig.CgroupParent processing to parentJhon Honce2018-02-22
* Implement podman run option --cgroup-parentJhon Honce2018-02-22
* Correct exit code 126 and 127baude2018-02-21