Skip to content

Instantly share code, notes, and snippets.

@witooh
Last active August 29, 2015 14:05
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 witooh/feebfd9170ac53275665 to your computer and use it in GitHub Desktop.
Save witooh/feebfd9170ac53275665 to your computer and use it in GitHub Desktop.
Ubuntu docker
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\ > /etc/apt/sources.list.d/docker.list"
sudo apt-get update
sudo apt-get install lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment