From 1bafa3cdcd102041948375643a5e2752ad506e0c Mon Sep 17 00:00:00 2001 From: Sambuddha Basu Date: Tue, 8 Dec 2015 22:08:29 +0400 Subject: [PATCH] The docs now explain that images with repo:tag as : are dangling images. Signed-off-by: Sambuddha Basu --- docs/reference/commandline/images.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/commandline/images.md b/docs/reference/commandline/images.md index e00840de22..651522c841 100644 --- a/docs/reference/commandline/images.md +++ b/docs/reference/commandline/images.md @@ -136,9 +136,9 @@ The currently supported filters are: 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 -`repo:tag` away from the image ID, leaving it untagged. A warning will be issued -if trying to remove an image when a container is presently using it. -By having this flag it allows for batch cleanup. +`repo:tag` away from the image ID, leaving it as `:` or untagged. +A warning will be issued if trying to remove an image when a container is presently +using it. By having this flag it allows for batch cleanup. Ready for use by `docker rmi ...`, like: