| Commit message (Expand) | Author | Age |
* | Allow users to disable detach keys | Daniel J Walsh | 2019-11-05 |
* | Respect --sig-proxy flag with podman start --attach | Matthew Heon | 2019-10-09 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | podman: clarify the format of --detach-keys argument | Marco Vedovati | 2019-06-26 |
* | remove libpod from main | baude | 2019-06-25 |
* | runtime: pass down the context | Giuseppe Scrivano | 2019-04-26 |
* | podman-remote start | baude | 2019-04-17 |
* | Fix segfaults attribute to missing options | baude | 2019-04-15 |
* | podman-remote create|run | baude | 2019-04-08 |
* | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
* | Usage messages: deduplicate '(default true)' et al | Ed Santiago | 2019-03-13 |
* | Fix help commands to show short and long description. | Daniel J Walsh | 2019-03-07 |
* | Better usage synopses for subcommands | Ed Santiago | 2019-02-26 |
* | hide --latest on the remote-client | baude | 2019-02-22 |
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
* | Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3 | OpenShift Merge Robot | 2019-02-17 |
|\ |
|
| * | Add 3rd chunk of Cobra examples | TomSweeneyRedHat | 2019-02-17 |
* | | pod infra container is started before a container in a pod is run, started, o... | Peter Hunt | 2019-02-15 |
|/ |
|
* | Fix error code retrieval for podman start --attach | Matthew Heon | 2019-02-14 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Address review comments on #2319 | Matthew Heon | 2019-02-12 |
* | Fix manual detach from containers to not wait for exit | Matthew Heon | 2019-02-12 |
* | Don't show global flags except for podman command | Daniel J Walsh | 2019-02-12 |
* | Separate remote and local commands | baude | 2019-02-11 |
* | Migrate to cobra CLI | baude | 2019-02-08 |
* | Capatilize all usage and descriptions | Daniel J Walsh | 2019-02-05 |
* | Default --sig-proxy to true for 'podman start --attach' | Debarshi Ray | 2019-01-08 |
* | failed containers with --rm should remove themselves | baude | 2018-12-12 |
* | Sort all command flags | Qi Wang | 2018-10-11 |
* | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |
* | Add --interval flag to podman wait | Daniel J Walsh | 2018-09-13 |
* | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Need to wait for container to exit before completing run/start completes | Daniel J Walsh | 2018-07-13 |
* | Refactor podman/utils with a single container start and attach function | Marco Vedovati | 2018-07-06 |
* | Start prints UUID or container name that user inputs on success | haircommander | 2018-06-28 |
* | varlink images | baude | 2018-04-26 |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | It is OK to start an already running container (with no attach) | baude | 2018-04-18 |
* | Allow podman start to attach to a running container | baude | 2018-04-18 |
* | Allow the use of -i/-a on any container | baude | 2018-04-14 |
* | Fix terminal attach | Matthew Heon | 2018-04-13 |
* | Changes to attach to enable per-stream attaching | Matthew Heon | 2018-04-13 |
* | Remove explicit Init() calls in run and start | Matthew Heon | 2018-04-03 |
* | Add signal proxying to podman run, start, and attach | Matthew Heon | 2018-03-15 |
* | Add StartAndAttach() API endpoint for containers | Matthew Heon | 2018-03-15 |
* | Add test. Move attach code in start back | Matthew Heon | 2018-03-15 |
* | Implement container restarting | Matthew Heon | 2018-03-15 |
* | cleanup network stack as well as storage when container shuts down. | Daniel J Walsh | 2018-02-08 |