Browse Source

mention dockviz alternative

closes #13431

Signed-off-by: Nate Jones <nate@endot.org>
Nate Jones 10 years ago
parent
commit
453c0abf1c
2 changed files with 12 additions and 0 deletions
  1. 5 0
      docs/man/docker-images.1.md
  2. 7 0
      docs/sources/userguide/dockerimages.md

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

@@ -66,6 +66,11 @@ used in builds use **-a**:
 
     docker images -a
 
+Previously, the docker images command supported the --tree and --dot arguments,
+which displayed different visualizations of the image data. Docker core removed
+this functionality in the 1.7 version. If you liked this functionality, you can
+still find it in the third-party dockviz tool: https://github.com/justone/dockviz.
+
 ## Listing only the shortened image IDs
 
 Listing just the shortened image IDs. This can be useful for some automated

+ 7 - 0
docs/sources/userguide/dockerimages.md

@@ -54,6 +54,13 @@ We can see three crucial pieces of information about our images in the listing.
 * The tags for each image, for example `14.04`.
 * The image ID of each image.
 
+> **Note:**
+> Previously, the `docker images` command supported the `--tree` and `--dot`
+> arguments, which displayed different visualizations of the image data. Docker
+> core removed this functionality in the 1.7 version. If you liked this
+> functionality, you can still find it in
+> [the third-party dockviz tool](https://github.com/justone/dockviz).
+
 A repository potentially holds multiple variants of an image. In the case of
 our `ubuntu` image we can see multiple variants covering Ubuntu 10.04, 12.04,
 12.10, 13.04, 13.10 and 14.04. Each variant is identified by a tag and you can