From e80be7162dcf31afdb89ec1ba49de9b93be262ac Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Wed, 27 Mar 2013 10:43:05 -0300 Subject: [PATCH] change docker import to docker pull change docker import to docker pull in the basecommands doc Upstream-commit: 165a7f36709ad21d2e03c938855acf75a5a0c60a Component: engine --- .../docs/sources/documentation/commandline/basecommands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/documentation/commandline/basecommands.rst b/components/engine/docs/sources/documentation/commandline/basecommands.rst index 0189936bb9..b065985059 100644 --- a/components/engine/docs/sources/documentation/commandline/basecommands.rst +++ b/components/engine/docs/sources/documentation/commandline/basecommands.rst @@ -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