如何使用Ubuntu(Virtual Box)在虚拟机上提取Docker映像

时间:2019-06-06 15:14:55

标签: docker ubuntu virtualbox ubuntu-18.04

我有以下配置:

  1. Virtual Box 6.0.8
  2. 在虚拟机上安装的
  3. Ubuntu 18.04
  4. 在虚拟机(版本18.06.1-ce)上安装的Docker
  5. 虚拟盒在代理后面起作用。但是代理配置得很好,因为其他网络任务可以正常工作(apt-get等)

如果我尝试从存储库中拉出容器,则会发现以下错误

aag031@docker-host:~$ docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
743f2d6c1f65: Pulling fs layer 
d6c2f01b1dae: Pulling fs layer 
d4da6ff1b555: Pulling fs layer 
error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/62/62c261073ecffe22a28f2ba67760a9320bc4bfe8136a83ba9b579983346564be/data?verify=1559836155-xnEXX3A9cgxNf3TjT4wuMQl%2FcSI%3D: net/http: TLS handshake timeout


cat /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://proxy.xxxx.ru:3128/" "NO_PROXY=localhost,127.0.0.1,.xxxx.ru,.csolab.ru"
Environment="HTTPS_PROXY=http://proxy.xxxx.ru:3128/" "NO_PROXY=localhost,127.0.0.1,.xxxxx.ru,.csolab.ru"

0 个答案:

没有答案