Presentaion for Viaplay Tech at 2014-01-10
Install Virtualbox based off the installation instructions.
First, install Homebrew.
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Install VirtualBox and Vagrant using Brew Cask.
brew tap phinze/homebrew-cask
brew install brew-cask
brew cask install virtualbox
brew cask install vagrant
git clone [email protected]:viaplay/docker-presentation.git
cd docker-presentation
vagrant up && vagrant ssh
docker pull ubuntu
and try it out by doing docker run -t -i ubuntu /bin/bash