Last active
August 29, 2015 14:06
-
-
Save schleg/ecd0e326497a74a10a3a to your computer and use it in GitHub Desktop.
docker-setup-ubuntu-linode
This file contains hidden or 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 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
echo "deb http://get.docker.io/ubuntu docker main" | sudo tee /etc/apt/sources.list.d/docker.list | |
sudo apt-get update | |
sudo apt-get install -y lxc-docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment