docs/doc/source/configuration/docker_proxy_config.rst
MCamp859 4f16ed6ea3 Add detail for setting Docker proxy
Followup changes on review https://review.opendev.org/#/c/712025/

Change-Id: Ib329b5e0d26fccead92a6893ede8690c0597212d
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2020-03-23 17:46:39 -04:00

756 B

Docker Proxy Configuration

This guide describes how to set the Docker HTTP/HTTPS proxy after installation.

To set the Docker proxy at bootstrap time, refer to Ansible Bootstrap Configurations.

To specify the HTTP proxy URL, use the commands:

system service-parameter-modify platform docker http_proxy http://my.proxy.com:1080
system service-parameter-apply platform

To specify the HTTPS proxy URL, use the commands:

system service-parameter-modify platform docker https_proxy https://my.proxy.com:1443
system service-parameter-apply platform