mirror of https://github.com/docker/cli.git
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 <princess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
3820b31267
commit
16b4b98c34
|
@ -1487,8 +1487,7 @@ To download a particular image, or set of images (i.e., a repository),
|
||||||
use `docker pull`:
|
use `docker pull`:
|
||||||
|
|
||||||
$ sudo docker pull debian
|
$ sudo docker pull debian
|
||||||
# will pull the debian:latest image, its intermediate layers
|
# will pull the debian:latest image and its intermediate layers
|
||||||
# and any aliases of the same id
|
|
||||||
$ sudo docker pull debian:testing
|
$ sudo docker pull debian:testing
|
||||||
# will pull the image named debian:testing and any intermediate
|
# will pull the image named debian:testing and any intermediate
|
||||||
# layers it is based on.
|
# layers it is based on.
|
||||||
|
|
Loading…
Reference in New Issue