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
888 stars 74 forks source link

Readme clarity for --xhyve-experimental-nfs-share #218

Closed NorseGaud closed 5 years ago

NorseGaud commented 5 years ago

--xhyve-experimental-nfs-share does not seem to take a path. It only supports --xhyve-experimental-nfs-share=true.

NorseGaud commented 5 years ago

Ok... Using homebrew's installed version, I cannot get this to work:

docker-machine create --driver xhyve --xhyve-experimental-nfs-share /Network/NFS --xhyve-cpu-count "4" --xhyve-memory-size "16384" default

However, when I install the formula using github's master branch, it's working and =true doesn't work. I'm guessing brew is just out of date.