为Docker设置代理
修改 /etc/systemd/system/multi-user.target.wants/docker.service 在 [Service] 下面加上两行,记得将 socks5 代理替换为你自己的 Environment="HTTP_PROXY=socks5://127.0.0.1:1080" Environment="HTTPS_PROXY=socks5://127.0.0.1:1080" 然后重启 docker 引擎 systemctl daemon-reload systemctl restart docker