Created
August 6, 2015 11:13
-
-
Save x1ddos/16b5f6d94bfdf2118bb5 to your computer and use it in GitHub Desktop.
Fix Docker setup on Mac
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
# one-off setup | |
boot2docker down | |
vboxmanage modifyvm boot2docker-vm \ | |
--natpf1 docker,tcp,127.0.0.1,2376,,2376 | |
boot2docker up | |
export DOCKER_HOST=tcp://127.0.0.1:2376 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment