mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07: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:
Reference in New Issue
Block a user