Skip to content

Instantly share code, notes, and snippets.

@miqui
Created October 26, 2015 22:32
Show Gist options
  • Save miqui/a18b81a5ae309901cca6 to your computer and use it in GitHub Desktop.
Save miqui/a18b81a5ae309901cca6 to your computer and use it in GitHub Desktop.
install docker (ubuntu)
wget -qO- https://get.docker.io/gpg | sudo 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