mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #5548 from kunalkushwaha/image-prune
image prune skips images with child images.
This commit is contained in:
@ -11,6 +11,8 @@ podman-image-prune - Remove all unused images from the local store
|
||||
you can delete all unused images. Unused images are dangling images as well as any image that
|
||||
does not have any containers based on it.
|
||||
|
||||
The image prune command does not prune cache images that only use layers that are necessary for other images.
|
||||
|
||||
## OPTIONS
|
||||
**--all**, **-a**
|
||||
|
||||
|
Reference in New Issue
Block a user