Created
April 20, 2015 16:38
-
-
Save tebayoso/ba03c2cfb006ae56e10c to your computer and use it in GitHub Desktop.
Installing specific version of Docker in Debian based distros
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://get.docker.com/ubuntu docker main > /etc/apt/sources.list.d/docker.list | |
apt-key adv --keyserver pgp.mit.edu --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
apt-get update | |
apt-get install -y lxc-docker-1.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment