Last active
August 29, 2015 14:05
-
-
Save witooh/feebfd9170ac53275665 to your computer and use it in GitHub Desktop.
Ubuntu docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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