Merge pull request #152 from srid/patch-1
`docker import` doesn't download an image Upstream-commit: ceb66fd035055e4942d05f483a154039b45f5f22 Component: engine
This commit is contained in:
@ -132,7 +132,7 @@ Running an interactive shell
|
||||
|
||||
```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