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
ref #1828
The text was updated successfully, but these errors were encountered:
@r2d4 any quick instructions available anywhere? Would love to give the new KVM a go, but I have no idea where to start.
Sorry, something went wrong.
@rubenv You can build it from the repo with make install-kvm (you will need to install the libvirt-dev package)
make install-kvm
or you can grab it from any CI build
https://storage.googleapis.com/minikube-builds/PR_NUMBER/docker-machine-driver-kvm2
and put it in your path and set --vm-driver to kvm2
@r2d4 do I still need the normal docker-machine binary?
docker-machine
No, this should replace that one.
r2d4
No branches or pull requests
ref #1828
The text was updated successfully, but these errors were encountered: