https://rancher.com/ logo
Title
q

quick-keyboard-83126

03/02/2023, 5:02 PM
I'm on macOS and want to use a socks5 (ssh) proxy to change my network topology for a docker pull (w/ rancher desktop = limavm) is there an easy way to make this happen?
Turns out I can:
rdctl shell
rsync -a /Users/$USER/.ssh ~/
ssh -D5000 -n jumphost &
and then
err
ssh -D5000 -N jumphost &
But, I can't figure out how to get docker to actually use that
(actually, it's possible i have it using it, but the other side of my ssh tunnel is misbehaving... -- I apparently need to beg it to use ipv4 on the other side and i don't know how)
n

nice-toddler-37804

03/02/2023, 9:52 PM
The use of
moproxy
like I described this Github [issue](https://github.com/rancher-sandbox/rancher-desktop/issues/4013) supports sock5 proxy and make docker use the proxy. I didn't write any code for MacOS but in theory it should also work in limavm but it's probably not a solution that you can use right now.
q

quick-keyboard-83126

03/02/2023, 9:56 PM
That's appealing in the long term