From 212a044a55394f7b79f02344d5ea4ee72ed787d5 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Wed, 27 Mar 2013 10:44:20 -0300 Subject: [PATCH] changed docker import to docker pull changed docker import to docker pull, still need to make sure that the image is in the registry. --- docs/sources/documentation/examples/python_web_app.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/documentation/examples/python_web_app.rst b/docs/sources/documentation/examples/python_web_app.rst index 5b0ac30b63..922af29345 100644 --- a/docs/sources/documentation/examples/python_web_app.rst +++ b/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