Docker tips and tricks
From Lolly's Wiki
Using docker behind a proxy
# systemctl edit docker.service
Enter the next three lines and save:
[Service]
Environment="HTTP_PROXY=user:pass@proxy:port"
Environment="HTTPS_PROXY=user:pass@proxy:port"
Restart docker:
# systemctl restart docker.service