Browse code

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

Sridhar Ratnakumar authored on 2013/03/25 06:13:08
Showing 1 changed files
... ...
@@ -132,7 +132,7 @@ Running an interactive shell
132 132
 
133 133
 ```bash
134 134
 # Download a base image
135
-docker import base
135
+docker pull base
136 136
 
137 137
 # Run an interactive shell in the base image,
138 138
 # allocate a tty, attach stdin and stdout