change docker import to docker pull

change docker import to docker pull in the basecommands doc
This commit is contained in:
Ken Cochrane 2013-03-27 10:43:05 -03:00
parent 0d75c68e5e
commit 165a7f3670

View file

@ -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