mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:dotcloud/docker
This commit is contained in:
commit
a61e68275a
|
@ -132,7 +132,7 @@ Running an interactive shell
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download a base image
|
# Download a base image
|
||||||
docker import base
|
docker pull base
|
||||||
|
|
||||||
# Run an interactive shell in the base image,
|
# Run an interactive shell in the base image,
|
||||||
# allocate a tty, attach stdin and stdout
|
# allocate a tty, attach stdin and stdout
|
||||||
|
|
Loading…
Reference in New Issue