Skip to content

Instantly share code, notes, and snippets.

@davidcelis
Created February 20, 2014 18:53
Show Gist options
  • Save davidcelis/9120629 to your computer and use it in GitHub Desktop.
Save davidcelis/9120629 to your computer and use it in GitHub Desktop.
Fresh install of Docker on OSX.
#!/usr/bin/env bash
brew install docker boot2docker
boot2docker init
boot2docker up
export DOCKER_HOST="tcp://localhost:4243"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment