docker error with http_proxy

问题

当存在 http_proxy 时, 如下命令会有问题:

原因:

docker 和 docker -d 之间的通信走的是http协议,而且会默认参考 http_proxy 环境变量(go程序默认如此)

解决办法:

  1. 去掉http_proxy

     
  2. 添加no_proxy环境变量

     

参考:https://github.com/tmatilai/vagrant-proxyconf/issues/109

 

留下评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据