Hello,

 

Please try like:

system service-parameter-add docker proxy http_proxy=http://my.proxy.com:1080

system service-parameter-add docker proxy https_proxy=http://my.proxy.com:1080

 

For me this worked few days ago..

 

BR,

Alex

 

From: Embedded Devel <lists@optimcloud.com>
Sent: Saturday, March 20, 2021 3:02 AM
To: starlingx-discuss@lists.starlingx.io
Subject: [Starlingx-discuss] add docker proxy after install

 

so trying to add a docker proxy configuration now, after the install was completed due to firewall changes blocking OAM, according to

https://docs.starlingx.io/configuration/docker_proxy_config.html#set-https-proxy-url

Set HTTP proxy URLΒΆ

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
 
however, this appears not to work 

system service-parameter-modify platform docker https_proxy https://proxy.domain.com:3128
Service Parameter not found: service platform, section docker, name https_proxy
Service Parameter not found: service platform, section docker, name https://proxy.domain.com:3128