From d3fad80cc7823eddb823dd53424a28ee81043f18 Mon Sep 17 00:00:00 2001 From: Shoubhik Bose Date: Tue, 14 Jun 2016 09:44:09 +0000 Subject: [PATCH] Fixes #23376 Broken URL for Centos yum repo for docker changed to now have a hardcoded centos version 7 Signed-off-by: Shoubhik Bose --- docs/installation/linux/centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/linux/centos.md b/docs/installation/linux/centos.md index 1647f76611..08d8c40a19 100644 --- a/docs/installation/linux/centos.md +++ b/docs/installation/linux/centos.md @@ -57,7 +57,7 @@ package manager. $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' [dockerrepo] name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/centos/$releasever/ + baseurl=https://yum.dockerproject.org/repo/main/centos/7/ enabled=1 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg