root@VM-153-36-ubuntu:~/repos/dockerfile/nginx-proxy# docker pull jwilder/nginx-proxy
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/jwilder/nginx-proxy/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Ajwilder%2Fnginx-proxy%3Apull&service=registry.docker.io: read tcp 10.141.153.36:40172->50.17.62.194:443: read: connection reset by peer
1
hitrust 2017-03-09 18:38:10 +08:00
connection reset by peer
|
2
m31271n 2017-03-09 20:46:59 +08:00
选择 1. 为 Docker 设置一个代理
选择 2. 使用网易蜂巢的镜像。 |
3
yangxuan8282 OP 腾讯云的网络真是可以, ping 不通 docker.io ,改成它们的镜像才行
|
4
yangxuan8282 OP |
5
Actrace 2017-03-10 00:06:53 +08:00
|
6
LGA1150 2017-03-10 00:28:37 +08:00
echo "34.193.147.40 registry-1.docker.io" >> /etc/hosts
echo "34.193.147.40 auth.docker.io" >> /etc/hosts |