Skip to content

Instantly share code, notes, and snippets.

@genghisjahn
Created July 14, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genghisjahn/fd985cd094c79add101b to your computer and use it in GitHub Desktop.
Save genghisjahn/fd985cd094c79add101b to your computer and use it in GitHub Desktop.
boot2docker setup
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