aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/run.go
Commit message (Expand)AuthorAge
* fix bug check nonexist authfileQi Wang2019-11-05
* Add ability to redirect bash for run -ibaude2019-10-15
* Make the healthcheck flags compatible with Docker CLIHunor Csomortáni2019-07-16
* first pass of corrections for golangci-lintbaude2019-07-10
* trivial cleanups from golangbaude2019-07-03
* Fixup FlagsDaniel J Walsh2019-05-20
* runtime: pass down the contextGiuseppe Scrivano2019-04-26
* Fix segfaults attribute to missing optionsbaude2019-04-15
* Fixes for podman-remote run and attachbaude2019-04-11
* podman-remote create|runbaude2019-04-08
* rootless: remove SkipStorageSetup()Giuseppe Scrivano2019-04-01
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* Usage messages: deduplicate '(default true)' et alEd Santiago2019-03-13
* rm: fix cleanup raceGiuseppe Scrivano2019-03-13
* preparation for remote-client create containerbaude2019-03-11
* Fix help commands to show short and long description.Daniel J Walsh2019-03-07
* Better usage synopses for subcommandsEd Santiago2019-02-26
* 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