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