From fd80c33b841850bfc278990fe46168aac70953ec Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Tue, 25 Nov 2014 14:05:43 -0500 Subject: [PATCH] Removing description for 'docker images' -t and -v flags, since they are deprecated Signed-off-by: Shishir Mahajan Upstream-commit: b4b962444765ea76457465000f42d1a52021020e Component: engine --- components/engine/docs/man/docker-images.1.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/components/engine/docs/man/docker-images.1.md b/components/engine/docs/man/docker-images.1.md index c572ee674b..8b2869d59d 100644 --- a/components/engine/docs/man/docker-images.1.md +++ b/components/engine/docs/man/docker-images.1.md @@ -58,25 +58,6 @@ used in builds use **-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 just the shortened image IDs. This can be useful for some automated