mirror of
https://github.com/containers/podman.git
synced 2025-09-19 23:03:16 +08:00
man pages: Add an example about --no-prune
Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
@ -59,6 +59,11 @@ Error: nothing: image not known
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Remove an image but keep any parents of it.
|
||||||
|
```
|
||||||
|
podman rmi --no-prune d29200bf974d
|
||||||
|
Deleted: d29200bf974dbc48dc66c23c4031548531b6b5943e5f25ee7bda232e3b6b27f4
|
||||||
|
```
|
||||||
|
|
||||||
## Exit Status
|
## Exit Status
|
||||||
**0** All specified images removed
|
**0** All specified images removed
|
||||||
|
Reference in New Issue
Block a user