docker-machine-driver-xhyve
docker-machine-driver-xhyve copied to clipboard
Error detecting VBox version
Trying to move from Vbox to xhyve. After uninstalling VBOX I am trying to create new docker machine. Getting the following error:
docker-machine create -d xhyve default
Running pre-create checks...
Error with pre-create check: "Error detecting VBox version: exit status 126"
Make sure you've also deleted VBoxManage from your path $ which VBoxManage
ref https://github.com/kubernetes/minikube/issues/519
@andreacfm Thanks for the issue.
got it, will fix.
And I think the check of VBoxManage
version is not necessary because we used embedded xhyve(using libhyperkit), and latest hyperkit already solved the kernel panic issue(maybe)
@r2d4 Thanks follow up. will fix. please a moments...
Any update on this? If it's as simple as removing the check, I can work on this
@ghost are you still interested in taking this up?