Add alternative keyservers due to #13555 (#1048)

This commit is contained in:
Kun Ren 2017-01-13 10:57:47 +08:00 committed by John Mulhausen
parent 4e007daa92
commit 9afc52cfda
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ To set `APT` to use packages from the Docker repository:
--recv-keys 58118E89F3A912897C070ADBF76221572C52609D --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. 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, This determines where APT will search for Docker packages. When possible,
run a long-term support (LTS) edition of Ubuntu. run a long-term support (LTS) edition of Ubuntu.