Differences between revisions 1 and 2
Revision 1 as of 2016-05-17 23:01:28
Size: 256
Editor: frank
Comment:
Revision 2 as of 2016-05-17 23:01:53
Size: 266
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

# systemctl daemon-reload
# systemctl restart docker
# systemctl show docker --property Environment
Line 9: Line 14:
systemctl daemon-reload
systemctl restart docker
systemctl show docker --property Environment

Docker proxy

Edit /etc/systemd/system/docker.service.d/http-proxy.conf

[Service]
Environment="HTTP_PROXY=http://www-proxy.us.oracle.com:80/"

# systemctl daemon-reload
# systemctl restart docker
# systemctl show docker --property Environment

Tech/Docker (last edited 2016-05-17 23:01:53 by frank)