Proxy support with Docker
For proxy configuration, see Configure Docker to use a proxy server.
-e HTTP_PROXY=http://my.proxy.address:8080
-e HTTPS_PROXY=http://my.proxy.address:8080
-e NO_PROXY=*.test.example.com,.example2.com,127.0.0.0/8
If your proxy requires username and password authentication, provide the following additional environment variable:
-e PROXY_AUTH=userID:userPass
PreviousBackend requests with an internal certificate for DockerNextDisable certificate verification with Docker
Last updated
Was this helpful?