mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Merge pull request #26388 from tyll/rmi-no-prune
man pages: Add an example about --no-prune
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user