docker-machine-driver-xhyve icon indicating copy to clipboard operation
docker-machine-driver-xhyve copied to clipboard

Error detecting VBox version

Open andreacfm opened this issue 8 years ago • 5 comments

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"

andreacfm avatar Aug 28 '16 22:08 andreacfm

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

r2d4 avatar Aug 29 '16 00:08 r2d4

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

r2d4 avatar Sep 01 '16 18:09 r2d4

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

zchee avatar Sep 01 '16 18:09 zchee

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

ghost avatar Jun 12 '17 17:06 ghost

@ghost are you still interested in taking this up?

anjannath avatar Dec 13 '18 15:12 anjannath