Skip to main content
NetApp Knowledge Base

How to configue NO_PROXY in Docker

Views:
433
Visibility:
Public
Votes:
0
Category:
netapp_console
Specialty:
netapp_console
Last Updated:

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

  1. 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
  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”

  1. Flush changes and restart Docker:

sudo systemctl daemon-reload
sudo systemctl restart docker

Additional Information

additionalInformation_text

 

Internal Notes

CDS-5534

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.