Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 520 Bytes

docker-install.md

File metadata and controls

40 lines (28 loc) · 520 Bytes

Tutorial

Install Docker (Mac)

Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Install Cask

brew install caskroom/cask/brew-cask

Install Virtualbox

brew update
brew cask install virtualbox

Boot2Docker

brew update
brew install boot2docker
boot2docker init
boot2docker up
eval "$(boot2docker shellinit)"

Is it running?

docker info

build druid-docker