Login as root
$ sudo su
Create this file if it does not exist:
Add this as the contents of your backports.list
deb http://http.debian.net/debian jessie-backports main
Now do apt-get update
Install CA Certificates
Add New GPG Key
# apt-key adv --keyserver hkp:
Now open /etc/apt/sources.list.d/docker.list (or create when it does not exist)
Add as content:
deb https://apt.dockerproject.org/repo debian-jessie main
Re-upgrade:
Make sure APT pulls from the right repository.
Refresh again
Install Docker:
Launch the docker daemon.
Make sure docker is installed correctly.
lvthillo
source share