adlogix / docker-machine-nfs

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

Run sync to ensure bootlocal.sh is written to disk #39

Closed jbarbuto closed 8 years ago

jbarbuto commented 8 years ago

This should fix issue #31. The two second sleep is recommended by http://linux.die.net/man/8/sync

tonivdv commented 8 years ago

I tested this and works like a charm :) Thanks and cheers.

adashst commented 8 years ago

Works perfect for me with sync and without the sleep. Docker version 1.9.1, build a34a1d5 docker-machine version 0.5.6, build 61388e9

Thank you very much