Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Last active August 29, 2015 14:22
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 IanVaughan/7d748a200c5fa05c8c96 to your computer and use it in GitHub Desktop.
Save IanVaughan/7d748a200c5fa05c8c96 to your computer and use it in GitHub Desktop.
Docker
brew install boot2docker
boot2docker init
boot2docker up
# To connect the Docker client to the Docker daemon, please set:
export DOCKER_HOST=tcp://192.168.59.103:2376
export DOCKER_CERT_PATH=/Users/ian/.boot2docker/certs/boot2docker-vm
export DOCKER_TLS_VERIFY=1
brew install docker
# https://www.virtualbox.org/wiki/Downloads
http://download.virtualbox.org/virtualbox/4.3.28/VirtualBox-4.3.28-100309-OSX.dmg
# https://www.vagrantup.com/downloads.html
https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2.dmg
# From https://flynn.io/docs/installation
git clone https://github.com/flynn/flynn
cd flynn/demo
make init
make dashboard
# virtualbox
brew tap phinze/homebrew-cask
brew install brew-cask
brew cask install virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment