mirror of https://github.com/docker/docs.git
Update Ubuntu installation instructions with latest key fingerprint output
Using Ubuntu 18.04, the key fingerprint output has changed.
This commit is contained in:
parent
58116db2ad
commit
0d1ad9f4c8
|
@ -120,11 +120,10 @@ from the repository.
|
|||
|
||||
```bash
|
||||
$ sudo apt-key fingerprint 0EBFCD88
|
||||
|
||||
pub 4096R/0EBFCD88 2017-02-22
|
||||
Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
|
||||
uid Docker Release (CE deb) <docker@docker.com>
|
||||
sub 4096R/F273FCD8 2017-02-22
|
||||
pub rsa4096 2017-02-22 [SCEA]
|
||||
9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
|
||||
uid [ unknown] Docker Release (CE deb) <docker@docker.com>
|
||||
sub rsa4096 2017-02-22 [S]
|
||||
```
|
||||
|
||||
4. Use the following command to set up the **stable** repository. To add the
|
||||
|
|
Loading…
Reference in New Issue