How to configue NO_PROXY in Docker
Applies to
- NetApp BlueXP(formerly Cloud Manager)
- Docker
- Connector v3.9.23/x and later
Description
This article describes how to configure NO_PROXY in Docker allowing for the connector software to bypass the Proxy.
Procedure
- SSH into the connector host and verify that it is running on service manager v2. If v1 proceed with 1.1 if v2 proceed with 1.2
- Configure NO_PROXY:
cd to /etc/systemd/system/docker.service.d/ and edit http-proxy.conf to add the following lines:
Environment="HTTP_PROXY=http://<connector private IP>:3128"
Environment="HTTPS_PROXY=http://<connector private IP>:3128"
Environment=“NO_PROXY=localhost,127.0.0.1”
- Flush changes and restart Docker:
sudo systemctl daemon-reload
sudo systemctl restart docker
Additional Information
additionalInformation_text
Internal Notes
