mirror of
https://github.com/containers/podman.git
synced 2025-06-03 12:17:13 +08:00
image prune: support removing external containers
Support removing external containers (e.g., build containers) during image prune. Fixes: #11472 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -17,6 +17,10 @@ The image prune command does not prune cache images that only use layers that ar
|
||||
|
||||
Remove dangling images and images that have no associated containers.
|
||||
|
||||
#### **--external**
|
||||
|
||||
Remove images even when they are used by external containers (e.g., build containers).
|
||||
|
||||
#### **--filter**=*filters*
|
||||
|
||||
Provide filter values.
|
||||
|
Reference in New Issue
Block a user