Skip to content

Instantly share code, notes, and snippets.

@jmissig
jmissig / dockerXhyveDriverInstall.sh
Last active October 7, 2021 19:39 — forked from friend0/dockerXhyveDriverInstall.sh
Install xhyve driver for docker using macports
# If you've installed docker toolbox stuff previously, not macports. Else, you can skip.
sh -c "$(curl -fsSl https://raw.githubusercontent.com/docker/toolbox/master/osx/uninstall.sh)"
sudo port install docker docker-machine docker-compose
sudo port install xhyve
# Install go, qcow-format for qcow2 disk image format
$ sudo port install go opam libev
$ export GO15VENDOREXPERIMENT=1
$ export GO111MODULE="auto"