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:
Arnaud Porterie
2015-02-11 14:16:41 -08:00
parent 8f4f7fbb54
commit da0bb2cbb5
8 changed files with 11 additions and 11 deletions

View File

@ -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"