Skip to content

viaplay/docker-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker presentation

Presentaion for Viaplay Tech at 2014-01-10

Installation

Linux

Install Virtualbox based off the installation instructions.

MacOS

Install Homebrew

First, install Homebrew.

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

Install Virtualbox and Vagrant

Install VirtualBox and Vagrant using Brew Cask.

brew tap phinze/homebrew-cask
brew install brew-cask
brew cask install virtualbox
brew cask install vagrant

Check out the repository

git clone [email protected]:viaplay/docker-presentation.git
cd docker-presentation
vagrant up && vagrant ssh

Start playing

docker pull ubuntu and try it out by doing docker run -t -i ubuntu /bin/bash

About

Docker presentation for Viaplay Tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published