浏览代码

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