mirror of https://github.com/docker/docs.git
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:
parent
089d9100fd
commit
2f565d6327
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue