Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add podman pod prune | Peter Hunt | 2019-04-16 |
| | | | | | | | podman system prune would leave pods be, and not prune them if they were stopped. Fix this by adding a `podman pod prune` command that prunes stopped pods similarly to containers. Signed-off-by: Peter Hunt <pehunt@redhat.com> | ||
* | Add podman system prune and info commands | Daniel J Walsh | 2019-02-05 |
We are missing the equivalence of the docker system commands This patch set adds `podman system prune` and `podman system info` Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |