adlogix / docker-machine-nfs

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

fix: for vsphere-driver, determine ip to use from routing table #85

Closed tomwganem closed 6 years ago

tomwganem commented 6 years ago

In https://github.com/adlogix/docker-machine-nfs/pull/84, I said that I couldn't reliably figure out the machine ip to publish with.

I have now figured out a way to reliably find the machine ip to publish with by using route get $DOCKER_HOST_IP

tonivdv commented 6 years ago

Thanks for the contribution @tomwganem