Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 225 Bytes

docker.md

File metadata and controls

17 lines (14 loc) · 225 Bytes
layout title permalink
page
Docker
/docker/

Quick Start

brew cask install virtualbox
brew install docker
brew install boot2docker
boot2docker init
boot2docker up
docker run -i -t ubuntu /bin/bash