美文网首页
proxyconnect tcp: dial tcp 127.0

proxyconnect tcp: dial tcp 127.0

作者: 夙小叶 | 来源:发表于2021-06-15 21:38 被阅读0次
截屏2021-06-15 21.06.28.png

问题:

Error response from daemon: 
Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp 127.0.0.1:7890: 
connect: connection refused

代理设置

# http
127.0.0.1:7890

# https
127.0.0.1:7890

以前没出什么问题,更新之后就这样了

解决:

补全协议

# http
socks5://127.0.0.1:7890

# https
socks5://127.0.0.1:7890

相关文章

网友评论

      本文标题:proxyconnect tcp: dial tcp 127.0

      本文链接:https://www.haomeiwen.com/subject/spltyltx.html