machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

Mount directory other than /Users #86

Open JoyceBabu opened 8 years ago

JoyceBabu commented 8 years ago

Is it possible to provide an option to mount a directory other than /Users?

--xhyve-experimental-nfs-share=/opt/docker

zchee commented 8 years ago

@JoyceBabu Thanks issue :)

This setting do not support yet, but your suggestion is I think what you said is right :) I will implementation later. Please wait a little!

JoyceBabu commented 8 years ago

@zchee Thank you.

zchee commented 8 years ago

@JoyceBabu BTW, I have received a report that does not work. See

Did it work properly in your environment?

JoyceBabu commented 8 years ago

/Users from my host OS is correctly mounted to /Users on my Guest OS.

zchee commented 8 years ago

@JoyceBabu OK, Thanks :)

and, You said the example of flag args is so good! I implemented in its flag arg, and will mount the /Users by default.

Thanks again for the suggestion of the new features.

JoyceBabu commented 8 years ago

Thank you @zchee. When will you push the feature to homebrew repository?

zchee commented 8 years ago

@JoyceBabu I have several another bug. I think important that issue.

If solved that issues, I will release of new version, and upgrade Homebrew Cask :)

JoyceBabu commented 8 years ago

Thanks for the update.

JoyceBabu commented 8 years ago

Since there is no update to #71, can you please cut a release with this feature?

iBobik commented 6 years ago

Btw, README seems like --xhyve-experimental-nfs-share can be used like this.