标签:style http ar sp on art ad size new
?
?
?
$ mkdir /etc/systemd/system/docker.service.d/
$ cat >/etc/systemd/system/docker.service.d/proxy.conf << EOF
[Service]
Environment=HTTP_PROXY=http://myproxy:3128/
EOF
$ systemctl daemon-reload
$ systemctl restart docker.service
?
?
标签:style http ar sp on art ad size new
原文地址:http://www.cnblogs.com/mjaioy/p/4079180.html