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 | ||
* | Enable pod stats with short ID and name | haircommander | 2018-08-21 |
| | | | | | | | Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1307 Approved by: rhatdan | ||
* | podman pod stats | baude | 2018-08-17 |
add the ability to monitor container statistics in a pod. Signed-off-by: baude <bbaude@redhat.com> Closes: #1265 Approved by: rhatdan |