mirror of https://github.com/docker/docs.git
Merge pull request #598 from magnus-lycka/patch-1
Updated apt-key keyserver URL
This commit is contained in:
commit
6e841099d1
|
@ -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