mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
change docker import to docker pull
change docker import to docker pull in the basecommands doc
This commit is contained in:
parent
0d75c68e5e
commit
165a7f3670
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue