1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

docker import doesn't download an image

```
$ docker import base
Downloading from http://base
Error: Get http://base: lookup base: no such host
```
only `docker pull` does:

```
$ docker pull base
Pulling base...
Pulling repo: https://registry.docker.io/v1/users/base
Pull completed
```
This commit is contained in:
Sridhar Ratnakumar 2013-03-24 14:13:08 -07:00
parent 51455b1ee0
commit 55c8908756

View file

@ -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