浏览代码

changed docker import to docker pull

changed docker import to docker pull, still need to make sure that the image is in the registry.
Ken Cochrane 12 年之前
父节点
当前提交
212a044a55
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/documentation/examples/python_web_app.rst

+ 2 - 2
docs/sources/documentation/examples/python_web_app.rst

@@ -12,9 +12,9 @@ The goal of this example is to show you how you can author your own docker image
 
 .. code-block:: bash
 
-    $ docker import shykes/pybuilder
+    $ docker pull shykes/pybuilder
 
-We are importing the "shykes/pybuilder" docker image
+We are downloading the "shykes/pybuilder" docker image
 
 .. code-block:: bash