Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Pod ps now uses pod.Status() | haircommander | 2018-07-20 |
| | | | | | | It used to call ctr.State() to figure out what the pod status was, which certainly locked/unlocked excessively. Status now uses the libpod/pod function that bypasses this. Signed-off-by: haircommander <pehunt@redhat.com> | ||
* | Added full podman pod ps, with tests and man page | haircommander | 2018-07-13 |
| | | | | Signed-off-by: haircommander <pehunt@redhat.com> | ||
* | Podman pod create/rm commands with man page and tests. | haircommander | 2018-07-13 |
Includes a very stripped down version of podman pod ps, just for testing Signed-off-by: haircommander <pehunt@redhat.com> |