From a0a010e2e3977f6f9e6271d3bb9e7abed783d47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sat, 20 Jun 2015 01:14:58 +0200 Subject: [PATCH] rpm name and location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docs/installation/rhel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/rhel.md b/docs/installation/rhel.md index 1b96167d09..ce573e07ee 100644 --- a/docs/installation/rhel.md +++ b/docs/installation/rhel.md @@ -85,11 +85,11 @@ This procedure depicts an installation on version 6.6. If you are installing on 2. Download the Docker RPM to the current directory. - $ curl -O -sSL http://get.docker.com/docker/1.7.0/rpms/centos-6/RPMS/x86_64/docker-engine-1.7.0-0.1.el6.x86_64.rpm + $ curl -O -sSL https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm 3. Use `yum` to install the package. - $ sudo yum localinstall --nogpgcheck docker-engine-1.7.0-0.1.el6.x86_64.rpm + $ sudo yum localinstall --nogpgcheck docker-engine-1.7.0-1.el6.x86_64.rpm 5. Start the Docker daemon.