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