Browse Source

change docker import to docker pull

change docker import to docker pull in the basecommands doc
Ken Cochrane 12 years ago
parent
commit
165a7f3670
1 changed files with 1 additions and 1 deletions
  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
 .. code-block:: bash
 
 
   # Download a base image
   # Download a base image
-  docker import base
+  docker pull base
 
 
   # Run an interactive shell in the base image,
   # Run an interactive shell in the base image,
   # allocate a tty, attach stdin and stdout
   # allocate a tty, attach stdin and stdout