thousands-florist-84879
07/02/2025, 3:17 PM~/.rd/bin/rdctl shell
sudo vi /etc/conf.d/docker
After the RD restart proxy doesn't work and those settings get wiped. 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 PMthousands-florist-84879
07/03/2025, 12:08 PM$ cat ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
env:
http_proxy: "<http://username:password@host>:port"
https_proxy: "<http://username:password@host>:port"
but id doesn't work for me.
So I rolled back to 1.18.2
which works fine.wide-mechanic-33041
07/03/2025, 12:10 PMrdctl shell
and then use curl or something to test the env. just remember the env is different between the vm and the containers so the solution may be different