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

Most upvoted comments

@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 command

Hope this gets you up and running until the bug is fixed.