From 432a9fc0f7a899cd965aa79e9fcbf5f04050c114 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 4 Feb 2015 15:06:34 -0800 Subject: [PATCH] Removes the feature to pull all image aliases. It didn't work on v2 anyways. And an image with a lot of aliases was slow to fetch. Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) Upstream-commit: 16b4b98c34cfb5b6b1af13c0c5d3920ed6a9c99b Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 16d5ea0c83..4a55c824ea 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -1487,8 +1487,7 @@ To download a particular image, or set of images (i.e., a repository), use `docker pull`: $ sudo docker pull debian - # will pull the debian:latest image, its intermediate layers - # and any aliases of the same id + # will pull the debian:latest image and its intermediate layers $ sudo docker pull debian:testing # will pull the image named debian:testing and any intermediate # layers it is based on.