View dockerXhyveDriverInstall.sh
# 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 | |
# Install go, qcow-format for qcow2 disk image format | |
$ sudo port install go opam libev | |
$ export GO15VENDOREXPERIMENT=1 | |
# Fetch the driver source | |
$ go get -u -d github.com/zchee/docker-machine-driver-xhyve |