Skip to content

Instantly share code, notes, and snippets.

@ViktorOgnev
Created March 25, 2015 09:52
Show Gist options
  • Save ViktorOgnev/35910f90137147b23783 to your computer and use it in GitHub Desktop.
Save ViktorOgnev/35910f90137147b23783 to your computer and use it in GitHub Desktop.
Install docker on debian
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