浏览代码

Merge pull request #17754 from justincormack/gpg-server

Add an alternate gpg server to the documentation for Ubuntu and Debian.
Sebastiaan van Stijn 9 年之前
父节点
当前提交
3d23fdaf97
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/installation/debian.md
  2. 1 1
      docs/installation/ubuntulinux.md

+ 1 - 1
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.
 

+ 1 - 1
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.