|
@@ -56,11 +56,11 @@ only the package you install differs. There are two packages to choose from:
|
|
|
<td>6.5 and higher</td>
|
|
|
<td>
|
|
|
<p>
|
|
|
- <a href="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.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm</a>
|
|
|
+ <a href="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.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm</a>
|
|
|
<p>
|
|
|
- <a href="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.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm</a>
|
|
|
+ <a href="https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm">
|
|
|
+ https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm</a>
|
|
|
<p>
|
|
|
</p>
|
|
|
</td>
|
|
@@ -69,12 +69,12 @@ only the package you install differs. There are two packages to choose from:
|
|
|
<td>7.X</td>
|
|
|
<td>
|
|
|
<p>
|
|
|
- <a href="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.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm</a>
|
|
|
+ <a href="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.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.centos.x86_64.rpm</a>
|
|
|
</p>
|
|
|
<p>
|
|
|
- <a href="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.0/centos-7/SRPMS/docker-engine-1.7.0-1.el7.centos.src.rpm</a>
|
|
|
+ <a href="https://get.docker.com/rpm/1.7.1/centos-7/SRPMS/docker-engine-1.7.1-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</a>
|
|
|
</p>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -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.
|
|
|
+4. Locate and delete any user-created configuration files.
|