Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aalmenar opened this issue Oct 8, 2019 · 1 comment
Open

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

aalmenar opened this issue Oct 8, 2019 · 1 comment

Comments

@aalmenar
Copy link

aalmenar commented Oct 8, 2019

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants