获取https://registry-1.docker.io/v2/:net / http:等待连接时请求被取消(等待标头时超过Client.Timeout)

时间:2018-10-17 16:45:13

标签: docker docker-image docker-build

在尝试构建docker映像时出现以下错误。我的操作系统是公司环境下的CentOS 7。

Sending build context to Docker daemon  1.22GB
Step 1/20 : FROM centos
Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).

我遵循了在线获得的答案。(related question)。我以24票紧随答案,因为它是针对CentOS 7的。

我在/ etc / sysconfig /目录中创建了一个名为docker的文件,并在下面添加了内容

HTTP_PROXY="http://proxy.example.com:80/"
HTTPS_PROXY="https://proxy.example.com:443/"
http_proxy="${HTTP_PROXY}"
https_proxy="${HTTPS_PROXY}"

但是我在下面出现错误。

Sending build context to Docker daemon  1.22GB
Step 1/20 : FROM centos
Get https://registry-1.docker.io/v2/: http: error connecting to proxy https://proxy.example.com:443/: dial tcp: lookup proxy.example.com on 127.0.0.1:53: no such host

我的Docker版本是

client : 
version 17.05.0-ce
API version:  1.29
server :
version :17.05.0-ce
API version:  1.29

0 个答案:

没有答案