mac docker volume mount using osxfs not working
问题 Docker Desktop for Mac started using osxfs for supporting volume mounting on MacOS. According to their page, a command like this should mount the ~/Desktop directory to the docker container: docker run -it -v ~/Desktop:/Desktop r-base bash Although I do see a Desktop directory as expected, its contents are empty: root@80cb534e4eeb:/# ls bin boot Desktop dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var root@80cb534e4eeb:/# ls Desktop/ root@80cb534e4eeb:/# exit exit