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:
Sebastian C. Bürgel
2016-10-29 15:06:30 +02:00
committed by GitHub
parent 109a25c230
commit ef63167608

View File

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