- This workshop is intended for people who are familiar with Linux and running services like a web server, database, etc.
To make it and easier for everyone, and save us some time please prepare a couple of simple things beforehand. Coming unprepared can cause delays and you might miss the whole workshop because the internet is not fast enough for everyone to download the requirements.
-
Bring your Laptop - this is a workshop!
It does not matter which operating system you have installed. -
Install VirtualBox - we will use a VM. Please use latest version available.
Download VirtualBox and the VM Extension Pack, and install both. -
Install Vagrant. Download Vagrant and install it. Please use latest version available.
-
Add a boot2docker Vagrantbox. Run this command in your shell or command prompt:
vagrant box add yungsang/boot2docker
For those who don't have git, follow the gist link directly and download or copy-paste the Vagrantfile
from https://gist.github.com/kesor/dfece549c22ddd3eccad.
For those who have git
installed:
git clone https://gist.github.com/dfece549c22ddd3eccad workshop
cd workshop
vagrant up
in the folder where you placed the Vagrantfile run:vagrant ssh
docker --version
it should display - (verified on 16 Dec 2014)
Docker version 1.3.3, build d344625