Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created September 24, 2015 09:06
Show Gist options
  • Save vallettea/e8de6abf73d89bd820f4 to your computer and use it in GitHub Desktop.
Save vallettea/e8de6abf73d89bd820f4 to your computer and use it in GitHub Desktop.
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