From d3d11b660aea288e5a4de0dadd809f78a1725008 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Sat, 15 Aug 2015 19:21:09 -0700 Subject: [PATCH] docs: Update docker key resource * Update link to docker.com as the previous URL would redirect * Add `-L` flag to follow future location headers --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 2313504..a969e44 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -19,7 +19,7 @@ Ensure dependencies are installed: Add the upstream Docker repository package signing key. The apt-key command uses elevated privileges via sudo, so a password prompt for the user's password may appear: - curl https://get.docker.io/gpg | sudo apt-key add - + curl -L https://get.docker.com/gpg | sudo apt-key add - Add the upstream Docker repository to the system list: