mineshaftgap / d4m-nfs

Docker for Mac with NFS for performance improvements over osxfs
296 stars 26 forks source link

#37 mount $HOME to /host-home #39

Closed wyuenho closed 7 years ago

wyuenho commented 7 years ago

The directories d4m-nfs.sh creates are owed by the host's UID and the dialout group. Since /mnt comes with MobyVM now with root root, $HOME has to be mounted somewhere else to prevent clobbering with whatever MobyVM will put in /mnt.

wyuenho commented 7 years ago

This PR is just a suggestion. It appears d4m-nfs.sh will work fine with all the default mount points (/Users, /Volume, /private, /tmp) in place. It'll probably makes more sense to remove the code that mounts the $HOME automatically directly.

wyuenho commented 7 years ago

@if-kenn Ping