Merge pull request #152 from srid/patch-1
`docker import` doesn't download an image
This commit is contained in:
commit
ceb66fd035
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue