Created
March 26, 2015 10:16
-
-
Save selvan/c4564db1a1f3d19de929 to your computer and use it in GitHub Desktop.
Docker
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
##[https://github.com/docker/docker/issues/9697#issuecomment-67232206 Install specific version of docker (Ubuntu)]## | |
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