mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00

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>