Merge pull request #14635 from jfrazelle/update-rpm-url

update urls for rpms
This commit is contained in:
moxiegirl 2015-07-14 18:04:17 -07:00
commit 35746ef97f
3 changed files with 43 additions and 43 deletions

View File

@ -56,11 +56,11 @@ only the package you install differs. There are two packages to choose from:
<td>6.5 and higher</td> <td>6.5 and higher</td>
<td> <td>
<p> <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"> <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.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm</a> 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> <p>
<a href="https://get.docker.com/rpm/1.7.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm"> <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.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm</a> https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm</a>
<p> <p>
</p> </p>
</td> </td>
@ -69,12 +69,12 @@ only the package you install differs. There are two packages to choose from:
<td>7.X</td> <td>7.X</td>
<td> <td>
<p> <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"> <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.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm</a> 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>
<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"> <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.0/centos-7/SRPMS/docker-engine-1.7.0-1.el7.centos.src.rpm</a> https://get.docker.com/rpm/1.7.1/centos-7/SRPMS/docker-engine-1.7.1-1.el7.centos.src.rpm</a>
</p> </p>
</td> </td>
</tr> </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. 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. 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. 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 a8219747be10: Pull complete
91c95931e552: Already exists 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. 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 Status: Downloaded newer image for hello-world:latest
Hello from Docker. Hello from Docker.
This message shows that your installation appears to be working correctly. 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
yum list installed | grep docker yum list installed | grep docker
docker-engine.x86_64 1.7.0-1.el6 docker-engine.x86_64 1.7.1-1.el6
@/docker-engine-1.7.0-1.el6.x86_64.rpm @/docker-engine-1.7.1-1.el6.x86_64.rpm
2. Remove the package. 2. Remove the package.
@ -193,4 +193,4 @@ You can uninstall the Docker software with `yum`.
$ rm -rf /var/lib/docker $ rm -rf /var/lib/docker
4. Locate and delete any user-created configuration files. 4. Locate and delete any user-created configuration files.

View File

@ -55,12 +55,12 @@ only the package you install differs. Choose from these packages:
<td>Fedora 20</td> <td>Fedora 20</td>
<td> <td>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-20/RPMS/x86_64/docker-engine-1.7.0-1.fc20.x86_64.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-20/RPMS/x86_64/docker-engine-1.7.1-1.fc20.x86_64.rpm">
docker-engine-1.7.0-1.fc20.x86_64.rpm</a> docker-engine-1.7.1-1.fc20.x86_64.rpm</a>
</p> </p>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-20/SRPMS/docker-engine-1.7.0-1.fc20.src.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-20/SRPMS/docker-engine-1.7.1-1.fc20.src.rpm">
docker-engine-1.7.0-1.fc20.src.rpm</a> docker-engine-1.7.1-1.fc20.src.rpm</a>
</p> </p>
</td> </td>
</tr> </tr>
@ -68,12 +68,12 @@ only the package you install differs. Choose from these packages:
<td>Fedora 21</td> <td>Fedora 21</td>
<td> <td>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-21/RPMS/x86_64/docker-engine-1.7.0-1.fc21.x86_64.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-21/RPMS/x86_64/docker-engine-1.7.1-1.fc21.x86_64.rpm">
docker-engine-1.7.0-1.fc21.x86_64.rpm</a> docker-engine-1.7.1-1.fc21.x86_64.rpm</a>
</p> </p>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-21/SRPMS/docker-engine-1.7.0-1.fc21.src.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-21/SRPMS/docker-engine-1.7.1-1.fc21.src.rpm">
docker-engine-1.7.0-1.fc21.src.rpm</a> docker-engine-1.7.1-1.fc21.src.rpm</a>
</p> </p>
</td> </td>
</tr> </tr>
@ -81,12 +81,12 @@ only the package you install differs. Choose from these packages:
<td>Fedora 22</td> <td>Fedora 22</td>
<td> <td>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-22/RPMS/x86_64/docker-engine-1.7.0-1.fc22.x86_64.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-22/RPMS/x86_64/docker-engine-1.7.1-1.fc22.x86_64.rpm">
docker-engine-1.7.0-1.fc22.x86_64.rpm</a> docker-engine-1.7.1-1.fc22.x86_64.rpm</a>
</p> </p>
<p> <p>
<a href="https://get.docker.com/rpm/1.7.0/fedora-22/SRPMS/docker-engine-1.7.0-1.fc22.src.rpm"> <a href="https://get.docker.com/rpm/1.7.1/fedora-22/SRPMS/docker-engine-1.7.1-1.fc22.src.rpm">
docker-engine-1.7.0-1.fc22.src.rpm</a> docker-engine-1.7.1-1.fc22.src.rpm</a>
</p> </p>
</td> </td>
</tr> </tr>
@ -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. 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. 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. 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
yum list installed | grep docker yum list installed | grep docker
docker-engine.x86_64 1.7.0-0.1.fc20 docker-engine.x86_64 1.7.1-0.1.fc20
@/docker-engine-1.7.0-0.1.fc20.el6.x86_64 @/docker-engine-1.7.1-0.1.fc20.el6.x86_64
2. Remove the package. 2. Remove the package.

View File

@ -54,11 +54,11 @@ only the package you install differs. There are two packages to choose from:
<td>6.6 and higher</td> <td>6.6 and higher</td>
<td> <td>
<p> <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"> <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.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm</a> 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> <p>
<a href="https://get.docker.com/rpm/1.7.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm"> <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.0/centos-6/SRPMS/docker-engine-1.7.0-1.el6.src.rpm</a> https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm</a>
<p> <p>
</p> </p>
</td> </td>
@ -67,12 +67,12 @@ only the package you install differs. There are two packages to choose from:
<td>7.X</td> <td>7.X</td>
<td> <td>
<p> <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"> <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.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm</a> 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>
<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"> <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.0/centos-7/SRPMS/docker-engine-1.7.0-1.el7.centos.src.rpm</a> https://get.docker.com/rpm/1.7.1/centos-7/SRPMS/docker-engine-1.7.1-1.el7.centos.src.rpm</a>
</p> </p>
</td> </td>
</tr> </tr>
@ -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. 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. 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. 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
yum list installed | grep docker yum list installed | grep docker
docker-engine.x86_64 1.7.0-0.1.el6 docker-engine.x86_64 1.7.1-0.1.el6
@/docker-engine-1.7.0-0.1.el6.x86_64 @/docker-engine-1.7.1-0.1.el6.x86_64
2. Remove the package. 2. Remove the package.
@ -186,4 +186,4 @@ You can uninstall the Docker software with `yum`.
$ rm -rf /var/lib/docker $ rm -rf /var/lib/docker
4. Locate and delete any user-created configuration files. 4. Locate and delete any user-created configuration files.