소스 검색

change docker import to docker pull

change docker import to docker pull in the basecommands doc
Ken Cochrane 12 년 전
부모
커밋
165a7f3670
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/documentation/commandline/basecommands.rst

+ 1 - 1
docs/sources/documentation/commandline/basecommands.rst

@@ -13,7 +13,7 @@ Running an interactive shell
 .. code-block:: bash
 
   # Download a base image
-  docker import base
+  docker pull base
 
   # Run an interactive shell in the base image,
   # allocate a tty, attach stdin and stdout