mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
The docs now explain that images with repo:tag as <none>:<none> are dangling images.
Signed-off-by: Sambuddha Basu <sambuddhabasu1@gmail.com>
This commit is contained in:
committed by
Tibor Vass
parent
b4a012656c
commit
93ce6fd9f5
@@ -136,9 +136,9 @@ The currently supported filters are:
|
|||||||
|
|
||||||
This will display untagged images, that are the leaves of the images tree (not
|
This will display untagged images, that are the leaves of the images tree (not
|
||||||
intermediary layers). These images occur when a new build of an image takes the
|
intermediary layers). These images occur when a new build of an image takes the
|
||||||
`repo:tag` away from the image ID, leaving it untagged. A warning will be issued
|
`repo:tag` away from the image ID, leaving it as `<none>:<none>` or untagged.
|
||||||
if trying to remove an image when a container is presently using it.
|
A warning will be issued if trying to remove an image when a container is presently
|
||||||
By having this flag it allows for batch cleanup.
|
using it. By having this flag it allows for batch cleanup.
|
||||||
|
|
||||||
Ready for use by `docker rmi ...`, like:
|
Ready for use by `docker rmi ...`, like:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user