Skip to content

Instantly share code, notes, and snippets.

@friend0
friend0 / dockerXhyveDriverInstall.sh
Created March 24, 2017 19:03
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
# 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