Skip to content

Instantly share code, notes, and snippets.

@d6u
Last active August 29, 2015 14:01
Show Gist options
  • Save d6u/43af9143f9b99b855e99 to your computer and use it in GitHub Desktop.
Save d6u/43af9143f9b99b855e99 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 Packages
sudo apt-get update
sudo apt-get install software-properties-common # install add-apt-repository utility
sudo add-apt-repository ppa:docker-maint/testing # docker.io repository
sudo apt-get update
sudo apt-get install docker.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment