1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

changed docker import to docker pull

changed docker import to docker pull, still need to make sure that the image is in the registry.
This commit is contained in:
Ken Cochrane 2013-03-27 10:44:20 -03:00
parent 165a7f3670
commit 212a044a55

View file

@ -12,9 +12,9 @@ The goal of this example is to show you how you can author your own docker image
.. code-block:: bash .. 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 .. code-block:: bash