Browse code

Correct inaccuracy in docker pull documentation

Signed-off-by: Alexander Boyd <alex@opengroove.org>

Alexander Boyd authored on 2014/11/25 08:22:50
Showing 1 changed files
... ...
@@ -1199,9 +1199,8 @@ use `docker pull`:
1199 1199
     # will pull the debian:latest image, its intermediate layers
1200 1200
     # and any aliases of the same id
1201 1201
     $ sudo docker pull debian:testing
1202
-    # will pull the image named ubuntu:trusty, ubuntu:14.04
1203
-    # which is an alias of the same image
1204
-    # and any intermediate layers it is based on.
1202
+    # will pull the image named debian:testing and any intermediate
1203
+    # layers it is based on.
1205 1204
     # (Typically the empty `scratch` image, a MAINTAINER layer,
1206 1205
     # and the un-tarred base).
1207 1206
     $ sudo docker pull --all-tags centos