adlogix / docker-machine-nfs

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

docker-machine can connect to host machine via explicit address #84

Closed tomwganem closed 6 years ago

tomwganem commented 6 years ago

I wanted to use this with the vmwarevsphere driver. So I added an option for the user to pass the ip of their machine for the remote docker-machine to mount with. Requires the user to manually figure out their ip address.

It works. I'm using it now.