Created
September 24, 2015 09:06
-
-
Save vallettea/e8de6abf73d89bd820f4 to your computer and use it in GitHub Desktop.
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 uninstall docker | |
brew uninstall boot2docker | |
https://raw.githubusercontent.com/boot2docker/osx-installer/master/uninstall.sh | |
https://www.docker.com/toolbox | |
export DOCKER_HOST=tcp://192.168.99.100:2376 | |
export DOCKER_MACHINE_NAME=default | |
export DOCKER_TLS_VERIFY=1 | |
export DOCKER_CERT_PATH=.docker/machine/machines/default | |
pip install -U docker-compose==1.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment