adlogix / docker-machine-nfs

Activates NFS on docker-machine
MIT License
794 stars 104 forks source link

VMWare Fusion problems on macOS 10.12 #73

Closed Starefossen closed 6 years ago

Starefossen commented 7 years ago

I had difficulties solving some shared directories problems with Docker on VMWare Fusion on macOS 10.12. What solved my problem was disabling shared folders for the Docker Machine form inside the VMWare Fusion control panel before running docker-machine-nfs.

screen shot 2017-01-24 at 23 17 30

Also, remember to disable any active VPN connections while running docker-machine-nfs or else it will end up with the wrong IP address for the network share.


Feel free to close this, or if you like, I can PR the README with these instructions.

tonivdv commented 7 years ago

Hey @Starefossen ,

Thanks for sharing. I currently don't have Fusion on my machine so can't quickly verify if I have the same issue. However it can certainly be useful for others to have this in the readme as a kind of FAQ or Known Issues section

Cheers