Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ee/docker-ee/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ and update Docker Engine - Enterprise from the repository.
because of the variable you set earlier.

```bash
$ sudo apt-key fingerprint 6D085F96
$ apt-key fingerprint 6D085F96

pub 4096R/0EBFCD88 2017-02-22
Key fingerprint = DD91 1E99 5A64 A202 E859 07D6 BC14 F10B 6D08 5F96
Expand Down
2 changes: 1 addition & 1 deletion install/linux/docker-ce/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ from the repository.
last 8 characters of the fingerprint.

```bash
$ sudo apt-key fingerprint 0EBFCD88
$ apt-key fingerprint 0EBFCD88

pub 4096R/0EBFCD88 2017-02-22
Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
Expand Down
2 changes: 1 addition & 1 deletion install/linux/docker-ce/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ from the repository.
last 8 characters of the fingerprint.

```bash
$ sudo apt-key fingerprint 0EBFCD88
$ apt-key fingerprint 0EBFCD88

pub rsa4096 2017-02-22 [SCEA]
9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
Expand Down