summaryrefslogtreecommitdiff
path: root/docs/podman-container-prune.1.md
Commit message (Collapse)AuthorAge
* Add ability to prune containers and imagesbaude2018-12-05
Allow user to prune unused/unnamed images, the layer images from building, via podman rmi --prune. Allow user to prune stopped/exiuted containers via podman rm --prune. This should resolve #1910 Signed-off-by: baude <bbaude@redhat.com>