From 459e60283520525e298969a00aeae560e1ea3a29 Mon Sep 17 00:00:00 2001 From: Jacques Geyser Date: Fri, 21 Jul 2017 15:45:20 +0800 Subject: [PATCH] Update ubuntu.md --- engine/installation/linux/docker-ee/ubuntu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/installation/linux/docker-ee/ubuntu.md b/engine/installation/linux/docker-ee/ubuntu.md index ec4d083ad43f..bf5756f4f722 100644 --- a/engine/installation/linux/docker-ee/ubuntu.md +++ b/engine/installation/linux/docker-ee/ubuntu.md @@ -113,13 +113,13 @@ from the repository. 3. Add Docker's official GPG key using your customer Docker EE repository URL: ```bash - $ curl -fsSL /gpg | sudo apt-key add - + $ curl -fsSL /ubuntu/gpg | sudo apt-key add - ``` Verify that the key fingerprint is `DD91 1E99 5A64 A202 E859 07D6 BC14 F10B 6D08 5F96`. ```bash - $ apt-key fingerprint 0EBFCD88 + $ apt-key finger 6D085F96 pub 4096R/6D085F96 2017-02-22 Key fingerprint = DD91 1E99 5A64 A202 E859 07D6 BC14 F10B 6D08 5F96 @@ -137,7 +137,7 @@ from the repository. ```bash $ sudo add-apt-repository \ - "deb [arch=amd64] \ + "deb [arch=amd64] /ubuntu \ $(lsb_release -cs) \ stable-{{ minor-version }}" ```