Skip to content

Instantly share code, notes, and snippets.

@tebayoso
Created April 20, 2015 16:38
Show Gist options
  • Save tebayoso/ba03c2cfb006ae56e10c to your computer and use it in GitHub Desktop.
Save tebayoso/ba03c2cfb006ae56e10c to your computer and use it in GitHub Desktop.
Installing specific version of Docker in Debian based distros
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