adamant-kite-43734
04/25/2024, 3:44 PMfast-garage-66093
04/25/2024, 3:59 PM/var/run/docker.sock
. The host socket is not mapped into the VM (which doesn't make sense, as it is just the VM socket forwarded to the host). The socket inside the VM is in the default location and should be group-writable:
$ rdctl shell ls -l /var/run/docker.sock
srw-rw---- 1 root docker 0 Apr 25 15:55 /var/run/docker.sock
$ rdctl shell id
uid=501(jan) gid=1000(jan) groups=101(docker),1000(jan)
fast-garage-66093
04/25/2024, 4:00 PMbland-receptionist-5901
04/25/2024, 5:58 PMfast-garage-66093
04/25/2024, 5:59 PM/var/run
is not mounted from the host, you can just mount the native socket from the VM. Does that make sense?fast-garage-66093
04/25/2024, 6:00 PM- location: "~"
- location: /tmp/rancher-desktop
- location: /Volumes
- location: /var/folders
- location: /private/tmp
- location: /private/var/folders
- location: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources|Desktop.app/Contents/Resources/resources>
fast-garage-66093
04/25/2024, 6:01 PMfast-garage-66093
04/25/2024, 6:02 PM/var/folders
is mounted because the $TMPDIR
location on the host points to a directory in therebland-receptionist-5901
04/25/2024, 6:29 PMfast-garage-66093
04/25/2024, 6:30 PMbland-receptionist-5901
04/26/2024, 3:01 PM