Merge pull request #26388 from tyll/rmi-no-prune

man pages: Add an example about --no-prune
This commit is contained in:
openshift-merge-bot[bot]
2025-06-12 13:42:50 +00:00
committed by GitHub

View File

@ -61,6 +61,11 @@ Error: nothing: image not known
```
Remove an image but keep any parents of it.
```
podman rmi --no-prune d29200bf974d
Deleted: d29200bf974dbc48dc66c23c4031548531b6b5943e5f25ee7bda232e3b6b27f4
```
## Exit Status
**0** All specified images removed