Created
September 29, 2017 23:46
-
-
Save adriantse/d3a81d7969b74db9bae3c599e60b82a7 to your computer and use it in GitHub Desktop.
install docker via brew mac osx
This file contains hidden or 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
brew install docker docker-compose docker-machine xhyve docker-machine-driver-xhyve | |
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 | |
docker-machine create default --driver xhyve --xhyve-experimental-nfs-share | |
eval $(docker-machine env default) | |
docker-machine start default | |
docker-machine ssh default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment