Skip to content

Instantly share code, notes, and snippets.

@ipolyzos
Last active April 30, 2020 23:17
Show Gist options
  • Save ipolyzos/9dc5ad8375ce8f1bcb0001ed8ade3641 to your computer and use it in GitHub Desktop.
Save ipolyzos/9dc5ad8375ce8f1bcb0001ed8ade3641 to your computer and use it in GitHub Desktop.
Installation of docker-machine-driver-xhyve on MacOS

Install docker-machine-driver-xhyve

docker-machine/minikube/minishift is a driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)

For more you can refer to github.com/machine-drivers/docker-machine-driver-xhyve

Installation instructions

$ brew install docker-machine-driver-xhyve --HEAD
$ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve

Troubleshooting

Minishift will not start on OSX - unable to find file /boot/bzimage

Please refert to minishift/issues/3130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment