From c6e1d982666bbf37da746975c5ba7511ea9c98a1 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Tue, 27 Oct 2015 15:03:32 -0700 Subject: [PATCH 1/3] fix docs for cent repo setup Signed-off-by: Nathan Williams --- docs/installation/centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/centos.md b/docs/installation/centos.md index 83e58777e3..5c93d56050 100644 --- a/docs/installation/centos.md +++ b/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 From 6ff8b32bff5a7748cfa41618f7688856c29dd749 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Tue, 27 Oct 2015 15:04:12 -0700 Subject: [PATCH 2/3] fix fedora install docs Signed-off-by: Nathan Williams --- docs/installation/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/fedora.md b/docs/installation/fedora.md index 0c029c9de7..32b15d6c72 100644 --- a/docs/installation/fedora.md +++ b/docs/installation/fedora.md @@ -48,7 +48,7 @@ There are two ways to install Docker Engine. You can install with the `yum` pac For Fedora 21 run: - $ 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/fedora/21 From 258bbdb57e0388309491733fa135b041dd2f2f74 Mon Sep 17 00:00:00 2001 From: Nathan Williams Date: Tue, 27 Oct 2015 15:06:07 -0700 Subject: [PATCH 3/3] fix oracle/rhel install docs Signed-off-by: Nathan Williams --- docs/installation/oracle.md | 2 +- docs/installation/rhel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/oracle.md b/docs/installation/oracle.md index a575a3d1d8..5ce76d1e5e 100644 --- a/docs/installation/oracle.md +++ b/docs/installation/oracle.md @@ -40,7 +40,7 @@ btrfs storage engine on both Oracle Linux 6 and 7. For version 6: - $ 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/oraclelinux/6 diff --git a/docs/installation/rhel.md b/docs/installation/rhel.md index efad29b9b1..7af43c8c03 100644 --- a/docs/installation/rhel.md +++ b/docs/installation/rhel.md @@ -47,7 +47,7 @@ There are two ways to install Docker Engine. You can install with the `yum` pac 3. Add the yum repo yourself. - $ 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