فهرست منبع

Merge pull request #9337 from shishir-a412ed/deprecated-images-t-v

Removing description for 'docker images' -t and -v flags, since they are deprecated.
Fred Lifton 10 سال پیش
والد
کامیت
11069f257f
1فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 19
      docs/man/docker-images.1.md

+ 0 - 19
docs/man/docker-images.1.md

@@ -58,25 +58,6 @@ used in builds use **-a**:
 
 
     docker images -a
     docker images -a
 
 
-## List images dependency tree hierarchy
-
-To list the images in the local repository (not the registry) in a dependency
-tree format, use the **-t** option.
-
-    docker images -t
-
-This displays a staggered hierarchy tree where the less indented image is
-the oldest with dependent image layers branching inward (to the right) on
-subsequent lines. The newest or top level image layer is listed last in
-any tree branch.
-
-## List images in GraphViz format
-
-To display the list in a format consumable by a GraphViz tools run with
-**-v**. For example to produce a .png graph file of the hierarchy use:
-
-    docker images --viz | dot -Tpng -o docker.png
-
 ## Listing only the shortened image IDs
 ## Listing only the shortened image IDs
 
 
 Listing just the shortened image IDs. This can be useful for some automated
 Listing just the shortened image IDs. This can be useful for some automated