From 4fca870212ea11010e9dc5ecc802d076dcc1c683 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 6 Nov 2015 11:16:57 +0000 Subject: [PATCH] Use the SKS port 80 keyserver pool, as it is more reliable than the MIT server Signed-off-by: Justin Cormack --- docs/installation/debian.md | 2 +- docs/installation/ubuntulinux.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/debian.md b/docs/installation/debian.md index 1c9267f00d..88489fb9f1 100644 --- a/docs/installation/debian.md +++ b/docs/installation/debian.md @@ -51,7 +51,7 @@ from the new repository: 4. Add the new `gpg` key. - $ apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D + $ apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D 5. Open the `/etc/apt/sources.list.d/docker.list` file in your favorite editor. diff --git a/docs/installation/ubuntulinux.md b/docs/installation/ubuntulinux.md index 88823770f0..26cf864fbc 100644 --- a/docs/installation/ubuntulinux.md +++ b/docs/installation/ubuntulinux.md @@ -55,7 +55,7 @@ packages from the new repository: 3. Add the new `gpg` key. - $ sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D + $ sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D 4. Open the `/etc/apt/sources.list.d/docker.list` file in your favorite editor.