mirror of https://github.com/docker/cli.git
Correct inaccuracy in docker pull documentation
Signed-off-by: Alexander Boyd <alex@opengroove.org>
This commit is contained in:
parent
d40014d096
commit
ed00fc5e27
|
@ -1199,9 +1199,8 @@ use `docker pull`:
|
||||||
# will pull the debian:latest image, its intermediate layers
|
# will pull the debian:latest image, its intermediate layers
|
||||||
# and any aliases of the same id
|
# and any aliases of the same id
|
||||||
$ sudo docker pull debian:testing
|
$ sudo docker pull debian:testing
|
||||||
# will pull the image named ubuntu:trusty, ubuntu:14.04
|
# will pull the image named debian:testing and any intermediate
|
||||||
# which is an alias of the same image
|
# layers it is based on.
|
||||||
# and any intermediate layers it is based on.
|
|
||||||
# (Typically the empty `scratch` image, a MAINTAINER layer,
|
# (Typically the empty `scratch` image, a MAINTAINER layer,
|
||||||
# and the un-tarred base).
|
# and the un-tarred base).
|
||||||
$ sudo docker pull --all-tags centos
|
$ sudo docker pull --all-tags centos
|
||||||
|
|
Loading…
Reference in New Issue