Sfoglia il codice sorgente

Merge pull request #18507 from sammyshj/13397-untaggedimages

Docs now explain dangling images with repo:tag as <none>:<none>
David Calavera 9 anni fa
parent
commit
fcddd9d2f5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docs/reference/commandline/images.md

+ 3 - 3
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
 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
-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 `<none>:<none>` 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:
 Ready for use by `docker rmi ...`, like: