ubuntu更新后Docker pull不起作用

时间:2018-06-25 18:52:50

标签: docker

更新到Ubuntu 18.04 LTS后,docker pull不再起作用。我收到以下错误:

sudo docker pull hello-world
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: EOF

尝试: 将名称服务器8.8.8.8和名称服务器8.8.4.4添加到/ etc / default / docker并没有帮助

非常感谢!

Docker版本17.12.1-ce,内部版本7390fc6

curl -v 'https://registry-1.docker.io/v2/'
* Trying 130.75.6.113...
* TCP_NODELAY set
* Connected to secure-proxy.bla.de (130.87.6.113) port 3131 (#0)
* allocate connect buffer!
* Establish HTTP proxy tunnel to registry-1.docker.io:443
> CONNECT registry-1.docker.io:443 HTTP/1.1
> Host: registry-1.docker.io:443
> User-Agent: curl/7.58.0
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 403 Forbidden
< Date: Tue, 26 Jun 2018 08:00:51 GMT
< Server: C-ICAP
< Content-Type: text/html
< Content-Language: en
< X-Cache: MISS from secure-proxy
< X-Cache-Lookup: NONE from secure-proxy:3131
< Transfer-Encoding: chunked
* CONNECT responded chunked
< Via: 1.1 secure-proxy (squid/3.5.19)
< Connection: keep-alive
<
* Received HTTP code 403 from proxy after CONNECT
* CONNECT phase completed!
* Closing connection 0
curl: (56) Received HTTP code 403 from proxy after CONNECT

1 个答案:

答案 0 :(得分:0)

如果您位于HTTP或HTTPS代理服务器后面,则需要在Docker systemd服务文件中添加此配置。完成此处描述的操作后,它可以工作 https://docs.docker.com/config/daemon/systemd/#httphttps-proxy