Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active September 30, 2015 13:45
Show Gist options
  • Save random-robbie/cefaad3819a1554af3d5 to your computer and use it in GitHub Desktop.
Save random-robbie/cefaad3819a1554af3d5 to your computer and use it in GitHub Desktop.
Install Docker for ubuntu 15
apt-get update
curl -sSL https://get.docker.com/ | sh
update-rc.d docker defaults
service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment