From 4d3718f90303b35749a73e2f97578793f1c4cec1 Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Thu, 19 Sep 2013 13:41:51 -0700 Subject: [PATCH] Merge pull request #1932 from jcassee/patch-1 Download Ubuntu 13.04 repository key over HTTPS Upstream-commit: b02a591f57f3b8944b0f7c6c004ba55a9938ddb8 Component: engine --- components/engine/docs/sources/installation/ubuntulinux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/ubuntulinux.rst b/components/engine/docs/sources/installation/ubuntulinux.rst index 84cebc1318..4444c7f8e7 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.rst +++ b/components/engine/docs/sources/installation/ubuntulinux.rst @@ -129,7 +129,7 @@ to follow them again.* # Add the Docker repository key to your local keychain # using apt-key finger you can check the fingerprint matches 36A1 D786 9245 C895 0F96 6E92 D857 6A8B A88D 21E9 - sudo sh -c "curl http://get.docker.io/gpg | apt-key add -" + sudo sh -c "curl https://get.docker.io/gpg | apt-key add -" # Add the Docker repository to your apt sources list. sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"