Created
July 14, 2015 14:17
-
-
Save genghisjahn/fd985cd094c79add101b to your computer and use it in GitHub Desktop.
boot2docker setup
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
boot2docker stop | |
install latest version of VBOX (currently 4.3.30) | |
install latest version of Boot2docker (currently https://github.com/boot2docker/osx-installer/releases/tag/v1.7.0) | |
boot2docker delete | |
boot2docker init | |
boot2docker start | |
boot2docker ssh 'sudo /etc/init.d/docker restart' # This line is key... | |
docker_reg_run | |
docker images | |
mysql_pull | |
django_pull | |
django_run_console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment