From 9afc52cfda9cc9d70e2cadad76e36ae0fbd1eb6c Mon Sep 17 00:00:00 2001 From: Kun Ren Date: Fri, 13 Jan 2017 10:57:47 +0800 Subject: [PATCH] Add alternative keyservers due to #13555 (#1048) --- engine/installation/linux/ubuntulinux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 1a78804cdd..2d8dcef50d 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -65,6 +65,9 @@ To set `APT` to use packages from the Docker repository: --keyserver hkp://ha.pool.sks-keyservers.net:80 \ --recv-keys 58118E89F3A912897C070ADBF76221572C52609D ``` + + If the above keyserver is not available, try `hkp://pgp.mit.edu:80` or + `hkp://keyserver.ubuntu.com:80`. 5. Find the entry in the table below which corresponds to your Ubuntu version. This determines where APT will search for Docker packages. When possible,