Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add --noheading flag to all list commands | Daniel J Walsh | 2021-04-21 |
| | | | | | | | | | | Currently we have only podman images list --noheading. This PR Adds this option to volumes, containers, pods, networks, machines, and secrets. Fixes: https://github.com/containers/podman/issues/10065 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | fix machine naming conventions | baude | 2021-04-05 |
| | | | | | | | | try to align the machine commands and their usage descriptions. [NO TESTS NEEDED] Signed-off-by: baude <bbaude@redhat.com> | ||
* | Add podman machine list | Ashley Cui | 2021-03-30 |
podman machine list lists all virtual machines & indicates the default VM connection, if it exists. it also can take a --format flag arg as a go template. [NO TESTS NEEDED] Signed-off-by: Ashley Cui <acui@redhat.com> |