This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |