docker学习总结:Error response from daemon …… request canceled while waiting for connection

刚安装完docker,执行docker -v 等等命令都没有问题,但是尝试简单例子的时候:

docker run hello-world

报错:

Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: 
request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).

网上很多文章提到的都是代理的问题,例如:

Cannot download Docker images behind a proxy

文章里的方法是创建并修改代理配置文件:

/etc/systemd/system/docker.service.d/http-proxy.conf

这个我试了一下貌似不行,但是还有一种方法是修改以下文件:

sudo vi /etc/default/docker

加入内容:

DOCKER_OPTS="$DOCKER_OPTS --insecure-registry=xxxxxxxxx"
export HTTP_PROXY=http://xxxxxxx:8080
export HTTPS_PROXY=http://xxxxxx:8080
export NO_PROXY=xxxxxxxx

重启docker服务:

sudo service docker restart

然后就可以了:

docker run hello-world

这里的方法应该适用于用代理访问网络的环境~

 

 

 

 

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值