Skip to content

Instantly share code, notes, and snippets.

@kumbasar
Created January 15, 2019 06:02
Show Gist options
  • Select an option

  • Save kumbasar/b8168f0d026fc48e4b72920093382be1 to your computer and use it in GitHub Desktop.

Select an option

Save kumbasar/b8168f0d026fc48e4b72920093382be1 to your computer and use it in GitHub Desktop.
docker.service.d proxy
cat /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://127.0.0.1:9400" "HTTPS_PROXY=http://127.0.0.1:9400" "NO_PROXY=localhost,127.0.0.1"
@kumbasar

Copy link
Copy Markdown
Author

systemctl daemon-reload
systemctl restart docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment