change docker import to docker pull
change docker import to docker pull in the basecommands doc Upstream-commit: 165a7f36709ad21d2e03c938855acf75a5a0c60a Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user