Docker-DCO-1.1-Signed-off-by: Brian Exelbierd <bex@pobox.com> (github: bcexelbi)
| ... | ... |
@@ -2,15 +2,35 @@ page_title: Installation on Red Hat Enterprise Linux |
| 2 | 2 |
page_description: Installation instructions for Docker on Red Hat Enterprise Linux. |
| 3 | 3 |
page_keywords: Docker, Docker documentation, requirements, linux, rhel, centos |
| 4 | 4 |
|
| 5 |
-# Red Hat Enterprise Linux |
|
| 5 |
+# Red Hat Enterprise Linux 7 |
|
| 6 | 6 |
|
| 7 |
-Docker is available for **RHEL** on EPEL. These instructions should work |
|
| 8 |
-for both RHEL and CentOS. They will likely work for other binary |
|
| 9 |
-compatible EL6 distributions as well, but they haven't been tested. |
|
| 7 |
+**Red Hat Enterprise Linux 7** has [shipped with |
|
| 8 |
+Docker](https://access.redhat.com/site/products/red-hat-enterprise-linux/docker-and-containers). |
|
| 9 |
+An overview and some guidance can be found in the [Release |
|
| 10 |
+Notes](https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.0_Release_Notes/chap-Red_Hat_Enterprise_Linux-7.0_Release_Notes-Linux_Containers_with_Docker_Format.html). |
|
| 10 | 11 |
|
| 11 |
-Please note that this package is part of [Extra Packages for Enterprise |
|
| 12 |
-Linux (EPEL)](https://fedoraproject.org/wiki/EPEL), a community effort |
|
| 13 |
-to create and maintain additional packages for the RHEL distribution. |
|
| 12 |
+Docker is located in the *extras* channel. To install Docker: |
|
| 13 |
+ |
|
| 14 |
+1. Enable the *extras* channel: |
|
| 15 |
+ |
|
| 16 |
+ $ sudo subscription-manager repos --enable=rhel-7-server-extras-rpms |
|
| 17 |
+ |
|
| 18 |
+2. Install Docker: |
|
| 19 |
+ |
|
| 20 |
+ $ sudo yum install docker |
|
| 21 |
+ |
|
| 22 |
+Additional installation, configuration, and usage information, |
|
| 23 |
+including a [Get Started with Docker Containers in Red Hat |
|
| 24 |
+Enterprise Linux 7](https://access.redhat.com/site/articles/881893) |
|
| 25 |
+guide, can be found by Red Hat customers on the [Red Hat Customer |
|
| 26 |
+Portal](https://access.redhat.com/). |
|
| 27 |
+ |
|
| 28 |
+# Red Hat Enterprise Linux 6 |
|
| 29 |
+ |
|
| 30 |
+Docker is available for **RHEL** on EPEL. Please note that |
|
| 31 |
+this package is part of [Extra Packages for Enterprise Linux |
|
| 32 |
+(EPEL)](https://fedoraproject.org/wiki/EPEL), a community effort to |
|
| 33 |
+create and maintain additional packages for the RHEL distribution. |
|
| 14 | 34 |
|
| 15 | 35 |
Also note that due to the current Docker limitations, Docker is able to |
| 16 | 36 |
run only on the **64 bit** architecture. |