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

Error detecting VBox version #134

Open andreacfm opened 7 years ago

andreacfm commented 7 years ago

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"
r2d4 commented 7 years ago

Make sure you've also deleted VBoxManage from your path $ which VBoxManage

r2d4 commented 7 years ago

ref https://github.com/kubernetes/minikube/issues/519

zchee commented 7 years ago

@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...

ghost commented 7 years ago

Any update on this? If it's as simple as removing the check, I can work on this

anjannath commented 5 years ago

@ghost are you still interested in taking this up?