1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Sridhar Ratnakumar 71b8d68708 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
```
Upstream-commit: 55c89087561e98eb2d4ce46b9d65c4e31f9297d8
Component: engine
2013-03-24 14:13:08 -07:00
Description
Интерфейс командной строки Docker
280 MiB
Languages
Go 92%
Shell 5.5%
Dockerfile 1.1%
Go-Checksums 0.9%
Makefile 0.3%
Other 0.2%