docker-machine-nfs: bootlocal.sh is not written
After a few hours of troubleshooting and trying every method I could think of to mount a nfs volume in my docker-machine, I figured out that the bootlocal.sh
was just left empty.
I wrote the bootlocal.sh
file manually to make it work.
Not entirely sure where that goes wrong though. I’m using OS X 10.11.1 and running docker-machine 0.5.5.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 26 (14 by maintainers)
Commits related to this issue
- fixes issue #31 - bootlocal.sh is not written — committed to adlogix/docker-machine-nfs by tonivdv 8 years ago
- Run sync to ensure bootlocal.sh is written to disk This should fix issue #31. The two second sleep is recommended by http://linux.die.net/man/8/sync — committed to jbarbuto/docker-machine-nfs by jbarbuto 8 years ago
- Merge pull request #39 from jbarbuto/bootlocal-script-sync Run sync to ensure bootlocal.sh is written to disk (fixes #31) — committed to adlogix/docker-machine-nfs by tonivdv 8 years ago
@tonivdv Thanks for your hint. I try create a docker machine named m1 with v18.06.1-ce iso, then exec “docker-machine-nfs m1”, it works this time!.
@terryzwt I forgot to mention that you can specific a previous boot2docker version (v18.06.1-ce) with the
--virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v18.06.1-ce/boot2docker.iso
commandHope this gets you up and running until the bug is fixed.