We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
@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
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
rawdisk
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: