Created
March 25, 2015 09:52
-
-
Save ViktorOgnev/35910f90137147b23783 to your computer and use it in GitHub Desktop.
Install docker on debian
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
echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list | |
sudo apt-get update | |
sudo apt-get install -t wheezy-backports linux-image-amd64 | |
curl -sSL https://get.docker.com/ | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment