Skip to content

Instantly share code, notes, and snippets.

@nkt
Created July 18, 2015 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkt/303b10cefe09ccbee782 to your computer and use it in GitHub Desktop.
Save nkt/303b10cefe09ccbee782 to your computer and use it in GitHub Desktop.
Ubuntu provisioning for Docker
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install wget -y
wget -qO- https://get.docker.com/ | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment