陶渊明 (@chineyoung)请教下佬们docker login登录报错问题 中发帖

问题描述: 当我在服务器中使用docker login的时候输入正确的账户和密码,一直提示网络错误 
具体呈现:

网络错误提示为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)。
尝试使用ping registry-1.docker.io是会超时的。
但我执行curl -v https://registry-1.docker.io/v2连接时又是正常的。

# curl -v https://registry-1.docker.io/v2
* Uses proxy env variable no...