Skip to content

Instantly share code, notes, and snippets.

@VincentBrunet
Created November 26, 2016 00:01
Show Gist options
  • Save VincentBrunet/bce39a36a80103295b49c160412761b4 to your computer and use it in GitHub Desktop.
Save VincentBrunet/bce39a36a80103295b49c160412761b4 to your computer and use it in GitHub Desktop.
Install docker
yes | apt-get install apt-transport-https
yes | apt-get install ca-certificates
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
echo "deb https://apt.dockerproject.org/repo debian-jessie main" >> /etc/apt/sources.list.d/docker.list
apt-get update
yes | apt-get install docker-engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment