This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Use
-v /var/run/docker.sock:/var/run/docker.sock
. The
~/.rd/docker.sock
has been forwarded from the VM to the host. It is not forwarded back into the VM, only regular files and directories are. But you can just bind-mount the original socket inside the VM to the container.
It may feel confusing at first, but makes sense once you realize that the host directories are mounted into the VM at the same locations, and all bind-mounts to containers are from the VM filesystem, and not directly from the host.
a
Ah, that makes sense Thank you