
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 年 3 月 9 日 connection reset by peer |
2 m31271n 2017 年 3 月 9 日 选择 1. 为 Docker 设置一个代理 选择 2. 使用网易蜂巢的镜像。 |
3 yangxuan8282 OP 腾讯云的网络真是可以, ping 不通 docker.io ,改成它们的镜像才行 |
4 yangxuan8282 OP |
5 Actrace 2017 年 3 月 10 日 |
6 LGA1150 2017 年 3 月 10 日 echo "34.193.147.40 registry-1.docker.io" >> /etc/hosts echo "34.193.147.40 auth.docker.io" >> /etc/hosts |