mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
updated keyserver
As pointed out in the issue https://github.com/docker/docker/issues/24493#issuecomment-231752995 the keyserver seems to have changed. Otherwise the installer breaks.
This commit is contained in:
committed by
GitHub
parent
109a25c230
commit
ef63167608
@@ -65,7 +65,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.
|
||||
|
||||
Reference in New Issue
Block a user