Hey! After upgrading to 1.19.3 on a macos 15.5 my ...
# rancher-desktop
t
Hey! After upgrading to 1.19.3 on a macos 15.5 my proxy settings are gone. After adding those back using
Copy code
~/.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?
I tried two ways
Copy code
export 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
Copy code
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.
w
you can also set it for the host VM using override using https://github.com/rancher-sandbox/rancher-desktop/issues/2759 as an example