diff --git a/docs/installation/centos.md b/docs/installation/centos.md index 9940f8c0b8..6dac2bbd8e 100644 --- a/docs/installation/centos.md +++ b/docs/installation/centos.md @@ -56,11 +56,11 @@ only the package you install differs. There are two packages to choose from: 6.5 and higher

- - https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm + + https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm

- - https://get.docker.com/rpm/1.7.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm + + https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm

@@ -69,12 +69,12 @@ only the package you install differs. There are two packages to choose from: 7.X

- - https://get.docker.com/rpm/1.7.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm + + https://get.docker.com/rpm/1.7.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.centos.x86_64.rpm

- - https://get.docker.com/rpm/1.7.0/centos-7/SRPMS/docker-engine-1.7.0-1.el7.centos.src.rpm + + https://get.docker.com/rpm/1.7.1/centos-7/SRPMS/docker-engine-1.7.1-1.el7.centos.src.rpm

@@ -92,11 +92,11 @@ This procedure depicts an installation on version 6.5. If you are installing on 3. Download the Docker RPM to the current directory. - $ 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 + $ curl -O -sSL https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm 4. Use `yum` to install the package. - $ sudo yum localinstall --nogpgcheck docker-engine-1.7.0-1.el6.x86_64.rpm + $ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el6.x86_64.rpm 5. Start the Docker daemon. @@ -110,7 +110,7 @@ This procedure depicts an installation on version 6.5. If you are installing on a8219747be10: Pull complete 91c95931e552: Already exists hello-world:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. - Digest: sha256:aa03e5d0d5553b4c3473e89c8619cf79df368babd1.7.0cf5daeb82aab55838d + Digest: sha256:aa03e5d0d5553b4c3473e89c8619cf79df368babd1.7.1cf5daeb82aab55838d Status: Downloaded newer image for hello-world:latest Hello from Docker. This message shows that your installation appears to be working correctly. @@ -179,8 +179,8 @@ You can uninstall the Docker software with `yum`. $ yum list installed | grep docker yum list installed | grep docker - docker-engine.x86_64 1.7.0-1.el6 - @/docker-engine-1.7.0-1.el6.x86_64.rpm + docker-engine.x86_64 1.7.1-1.el6 + @/docker-engine-1.7.1-1.el6.x86_64.rpm 2. Remove the package. @@ -193,4 +193,4 @@ You can uninstall the Docker software with `yum`. $ rm -rf /var/lib/docker -4. Locate and delete any user-created configuration files. \ No newline at end of file +4. Locate and delete any user-created configuration files. diff --git a/docs/installation/fedora.md b/docs/installation/fedora.md index d178dab69c..cc157dbaaa 100644 --- a/docs/installation/fedora.md +++ b/docs/installation/fedora.md @@ -55,12 +55,12 @@ only the package you install differs. Choose from these packages: Fedora 20

- - docker-engine-1.7.0-1.fc20.x86_64.rpm + + docker-engine-1.7.1-1.fc20.x86_64.rpm

- - docker-engine-1.7.0-1.fc20.src.rpm + + docker-engine-1.7.1-1.fc20.src.rpm

@@ -68,12 +68,12 @@ only the package you install differs. Choose from these packages: Fedora 21

- - docker-engine-1.7.0-1.fc21.x86_64.rpm + + docker-engine-1.7.1-1.fc21.x86_64.rpm

- - docker-engine-1.7.0-1.fc21.src.rpm + + docker-engine-1.7.1-1.fc21.src.rpm

@@ -81,12 +81,12 @@ only the package you install differs. Choose from these packages: Fedora 22

- - docker-engine-1.7.0-1.fc22.x86_64.rpm + + docker-engine-1.7.1-1.fc22.x86_64.rpm

- - docker-engine-1.7.0-1.fc22.src.rpm + + docker-engine-1.7.1-1.fc22.src.rpm

@@ -106,11 +106,11 @@ This procedure depicts an installation on version 21. If you are installing on 3. Download the Docker RPM to the current directory. - $ curl -O -sSL https://url_to_package/docker-engine-1.7.0-0.1.fc21.x86_64.rpm + $ curl -O -sSL https://url_to_package/docker-engine-1.7.1-0.1.fc21.x86_64.rpm 4. Use `yum` to install the package. - $ sudo yum localinstall --nogpgcheck docker-engine-1.7.0-0.1.fc21.x86_64.rpm + $ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-0.1.fc21.x86_64.rpm 5. Start the Docker daemon. @@ -217,8 +217,8 @@ You can uninstall the Docker software with `yum`. $ yum list installed | grep docker yum list installed | grep docker - docker-engine.x86_64 1.7.0-0.1.fc20 - @/docker-engine-1.7.0-0.1.fc20.el6.x86_64 + docker-engine.x86_64 1.7.1-0.1.fc20 + @/docker-engine-1.7.1-0.1.fc20.el6.x86_64 2. Remove the package. diff --git a/docs/installation/rhel.md b/docs/installation/rhel.md index ce573e07ee..d589e6b4a8 100644 --- a/docs/installation/rhel.md +++ b/docs/installation/rhel.md @@ -54,11 +54,11 @@ only the package you install differs. There are two packages to choose from: 6.6 and higher

- - https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm + + https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm

- - https://get.docker.com/rpm/1.7.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm + + https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm

@@ -67,12 +67,12 @@ only the package you install differs. There are two packages to choose from: 7.X

- - https://get.docker.com/rpm/1.7.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm + + https://get.docker.com/rpm/1.7.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.centos.x86_64.rpm

- - https://get.docker.com/rpm/1.7.0/centos-7/SRPMS/docker-engine-1.7.0-1.el7.centos.src.rpm + + https://get.docker.com/rpm/1.7.1/centos-7/SRPMS/docker-engine-1.7.1-1.el7.centos.src.rpm

@@ -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 https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm + $ curl -O -sSL https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm 3. Use `yum` to install the package. - $ sudo yum localinstall --nogpgcheck docker-engine-1.7.0-1.el6.x86_64.rpm + $ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el6.x86_64.rpm 5. Start the Docker daemon. @@ -172,8 +172,8 @@ You can uninstall the Docker software with `yum`. $ yum list installed | grep docker yum list installed | grep docker - docker-engine.x86_64 1.7.0-0.1.el6 - @/docker-engine-1.7.0-0.1.el6.x86_64 + docker-engine.x86_64 1.7.1-0.1.el6 + @/docker-engine-1.7.1-0.1.el6.x86_64 2. Remove the package. @@ -186,4 +186,4 @@ You can uninstall the Docker software with `yum`. $ rm -rf /var/lib/docker -4. Locate and delete any user-created configuration files. \ No newline at end of file +4. Locate and delete any user-created configuration files.