Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | Add ability to prune containers and images | baude | 2018-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> |