소스 검색

Correct inaccuracy in docker pull documentation

Signed-off-by: Alexander Boyd <alex@opengroove.org>
Alexander Boyd 10 년 전
부모
커밋
eb8e84c48a
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      docs/sources/reference/commandline/cli.md

+ 2 - 3
docs/sources/reference/commandline/cli.md

@@ -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
-    # 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,
     # (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