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

Unable to create a docker-machine with version 0.4.0 #223

Open aalmenar opened 4 years ago

aalmenar commented 4 years ago

When trying to create a docker-machine with docker-machine-driver-hxyve 0.4.0 i get the following error:

docker-machine create default -d xhyve --xhyve-cpu-count "4" --xhyve-memory-size "12288" --xhyve-disk-size "256000" --xhyve-experimental-nfs-share Invalid command line. Found extra arguments [default]

If i install 0.3.3 everything works flawlessly.

Im i missing something from the docs ?

dalisoft commented 4 years ago

@aalmenar Try this command: docker-machine create --driver xhyve --xhyve-cpu-count=4 --xhyve-disk-size=256000 --xhyve-memory-size=12288 --xhyve-experimental-nfs-share=true --xhyve-rawdisk=true default

Argument rawdisk gives you better performance