From e9864fc6366f977f22b89985a99e69bfc7ab6039 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Tue, 27 Oct 2015 15:03:32 -0700 Subject: [PATCH] fix docs for cent repo setup Signed-off-by: Nathan Williams Upstream-commit: c6e1d982666bbf37da746975c5ba7511ea9c98a1 Component: engine --- components/engine/docs/installation/centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/centos.md b/components/engine/docs/installation/centos.md index 83e58777e3..5c93d56050 100644 --- a/components/engine/docs/installation/centos.md +++ b/components/engine/docs/installation/centos.md @@ -53,7 +53,7 @@ package manager. 3. Add the yum repo. - $ cat >/etc/yum.repos.d/docker.repo <<-EOF + $ echo | sudo tee /etc/yum.repos.d/docker.repo <<-EOF [dockerrepo] name=Docker Repository baseurl=https://yum.dockerproject.org/repo/main/centos/7