Change apt-key keyserver URL

Changed keyserver URL for apt-key to hkp://ha.pool.sks-keyservers.net:80 as it is when you install with the get.docker.com script.
The old URL hkp://p80.pool.sks-keyservers.net:80 caused an error about "gnutls_handshake() failed" on apt update.
This commit is contained in:
Magnus Lyckå 2016-11-16 16:17:14 +01:00 committed by GitHub
parent 089d9100fd
commit 2f565d6327
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ packages from the Docker repository:
4. Add the new `GPG` key.
```bash
$ sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
$ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
```
5. Find the entry for your Ubuntu operating system.
@ -477,4 +477,4 @@ and volumes run the following command:
$ rm -rf /var/lib/docker
You must delete the user created configuration files manually.
You must delete the user created configuration files manually.