quick-keyboard-83126
11/30/2022, 5:46 PMdocker run -v /tmp/foo:/tmp/bar -it busybox
on macOS w/ rancher desktop where /tmp/foo
is a directory?helpful-butcher-75556
11/30/2022, 5:51 PMdocker run -v /Users/myname/temp/:/tmp/myname -it busybox
quick-keyboard-83126
11/30/2022, 5:54 PM~
but not elsewhere by default. Thanks.helpful-butcher-75556
11/30/2022, 6:00 PMsticky-summer-13450
12/01/2022, 8:45 AMQ: Does file sharing work similarly to Docker Desktop? Do I have to do any additional configuration to mount volumes to VMs?
A: Currently, the following directories are shared by default: `/Users/$USER` on macOS,on Linux, and/home/$USER
on both. For Windows, all files are automatically shared via WSL2./tmp/rancher-desktop