From 453c0abf1c08e71c14ae6809a6e4b0d08a31e245 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 24 May 2015 14:58:42 -0700 Subject: [PATCH] mention dockviz alternative closes #13431 Signed-off-by: Nate Jones --- docs/man/docker-images.1.md | 5 +++++ docs/sources/userguide/dockerimages.md | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/docs/man/docker-images.1.md b/docs/man/docker-images.1.md index c5151f1107..16dd864767 100644 --- a/docs/man/docker-images.1.md +++ b/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 diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index c29b01032c..d2305152ef 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/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