-
Hi folks, I'm trying to replace Docker Desktop and I'm running into an issue regarding SSH_AUTH_SOCK. Currently, Docker for Desktop (DD) allows mounting/passing through the host socket from inside the VM (see docker/for-mac#410 (comment))
Any idea how to do that with Rancher? Thanks in advance! EDIT: I see that you can tweak the lima YAML: lima-vm/lima#683 (comment) I tried editing EDIT2: tried to make it immutable as a workaround |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What are you trying to accomplish? From what I can tell, you're trying to use a docker container as a location from which you ssh to another host. Is this what you're trying to do? RD runs a Linux VM, inside which it runs dockerd. So in order to get any files to be usable through the |
Beta Was this translation helpful? Give feedback.
-
The right way is to use Lima |
Beta Was this translation helpful? Give feedback.
The right way is to use Lima
override.yaml
under_config
and it'll work. Cheers!