Use gpg keyserver pool
Make the install script independent from the ubuntu keyserver by using the sks-keyservers pool instead. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com> Upstream-commit: f058e9c43c8752dedcd4d251ddf105b22d0ed1d5 Component: engine
This commit is contained in:
@ -43,7 +43,7 @@ More detailed usage information can be found at
|
||||
The Docker installation configuration is equivalent to running:
|
||||
|
||||
```
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys\
|
||||
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys\
|
||||
36A1D7869245C8950F966E92D8576A8BA88D21E9
|
||||
sh -c "echo deb https://get.docker.com/ubuntu docker main\
|
||||
> /etc/apt/sources.list.d/docker.list"
|
||||
|
||||
Reference in New Issue
Block a user