Does docker-machine can only mount /c/Users on windows? [closed]

↘锁芯ラ 提交于 2019-12-17 20:43:27

问题


But I want to mount /d because I like to put my projects on /d.


回答1:


docker-machine uses a boot2docker.iso VM image, based on TinyCore

The original boot2docker project mentioned that you can mount other folders with, at runtime:

mount -t vboxsf -o uid=1000,gid=50 your-other-share-name /some/mount/location

Issue 1814 of docker-machine suggests that, and it seems to work.



来源:https://stackoverflow.com/questions/33797860/does-docker-machine-can-only-mount-c-users-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!