Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
| | | | | | | | | | | | | | | | | | Don't print potentially verbose help messages in case of usage errors, but print only the usage error followed by a pointer to the command's help. This aligns with Docker. ``` $ podman run -h flag needs an argument: -h See 'podman run --help'. ``` Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1379 Approved by: rhatdan | ||
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
| | | | | | | | | | | Need to get some small changes into libpod to pull back into buildah to complete buildah transition. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1270 Approved by: mheon | ||
* | Add pod pause/unpause | haircommander | 2018-07-27 |
Added Pause() and Unpause() to libpod/pod.go Added man pages, tests and completions Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1126 Approved by: rhatdan |