adlogix / docker-machine-nfs

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

Hangs after Upgrading Docker-Machine 0.5.5 #33

Closed brandontamm closed 8 years ago

brandontamm commented 8 years ago

I just ran: brew update && brew upgrade && brew cleanup

Noticed docker-machine upgraded to 0.5.5, and then had to regenerate the certificates on my docker-machine, which worked fine, so I cleared out the /etc/exports file and ran: sudo nfs restart && docker-machine-nfs dev --nfs-config="-alldirs -maproot=0"

After several attempts, it just hangs at "Lookup Mandatory Properties OK"

I also checked the /etc/exports file which is still empty - guessing the script is hanging somewhere before that.

Any ideas?

brandontamm commented 8 years ago

If anyone else has this problem - reboot your machine :)