
Followup changes on review https://review.opendev.org/#/c/712025/ Change-Id: Ib329b5e0d26fccead92a6893ede8690c0597212d Signed-off-by: MCamp859 <maryx.camp@intel.com>
756 B
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