thousands-florist-84879
07/02/2025, 3:17 PM~/.rd/bin/rdctl shell
sudo vi /etc/conf.d/docker
those get wiped after the RD restart. Is there any other way to set proxy settings?thousands-florist-84879
07/02/2025, 3:23 PMexport HTTP_PROXY="<http://host.docker.internal:8118>"
export HTTPS_PROXY="<http://host.docker.internal:8118>"
export NO_PROXY=127.0.0.1,localhost,*.local,192.168.*.*
and like this
DOCKER_OPTS="--http-proxy=<http://host.docker.internal:8118> --https-proxy=<http://host.docker.internal:8118> --no-proxy=127.0.0.1,localhost,*.local,192.168.*.* ..."
but anyway the entire file gets to its initial state after the restart.wide-mechanic-33041
07/02/2025, 4:00 PMwide-mechanic-33041
07/02/2025, 4:03 PM