summaryrefslogtreecommitdiff
path: root/docs/podman-pod-prune.1.md
Commit message (Collapse)AuthorAge
* Add podman pod prunePeter Hunt2019-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>