Browse code

Update RHEL/Centos/Fedora installation docs

Remove mentions of older systems.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/07/18 06:04:19
Showing 3 changed files
... ...
@@ -13,9 +13,8 @@ parent = "smn_linux"
13 13
 Docker is supported on the following versions of CentOS:
14 14
 
15 15
 * CentOS 7.X 
16
-* CentOS 6.5 or higher 
17 16
 
18
-Installation on other binary compatible EL6/EL7 distributions such as Scientific
17
+Installation on other binary compatible EL7 distributions such as Scientific
19 18
 Linux might succeed, but Docker does not test or support Docker on these
20 19
 distributions.
21 20
 
... ...
@@ -27,20 +26,18 @@ CentOS documentation.
27 27
 ## Prerequisites
28 28
 
29 29
 Docker requires a 64-bit installation regardless of your CentOS version. Also,
30
-your kernel must be 3.10 at minimum. CentOS 7 runs the 3.10 kernel, 6.5 does
31
-not. We make an exception for CentOS 6.5. To run Docker on
32
-[CentOS-6.5](https://www.centos.org) or later, you need kernel 2.6.32-431 or
33
-higher. 
30
+your kernel must be 3.10 at minimum, which CentOS 7 runs.
34 31
 
35 32
 To check your current kernel version, open a terminal and use `uname -r` to
36 33
 display your kernel version:
37 34
 
38 35
     $ uname -r 
39
-    2.6.32-431.el6.x86_64
36
+    3.10.0-229.el7.x86_64
40 37
 
41 38
 Finally, is it recommended that you fully update your system. Please keep in
42
-mind that CentOS 6 should be fully patched to fix any potential kernel bugs. Any
43
-reported kernel bugs may have already been fixed on the latest kernel packages 
39
+mind that your system should be fully patched to fix any potential kernel bugs.
40
+Any reported kernel bugs may have already been fixed on the latest kernel
41
+packages.
44 42
 
45 43
 ## Install
46 44
 
... ...
@@ -53,19 +50,6 @@ only the package you install differs. There are two packages to choose from:
53 53
     <th>Package name</th>
54 54
   </tr>
55 55
   <tr>
56
-    <td>6.5 and  higher</td>
57
-    <td>
58
-    <p>
59
-    <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">
60
-    https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm</a>
61
-    <p>
62
-    <a href="https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm">
63
-   https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm</a>
64
-    <p>
65
-    </p>
66
-    </td>
67
-  </tr>
68
-  <tr>
69 56
     <td>7.X</td>
70 57
     <td>
71 58
     <p>
... ...
@@ -81,8 +65,7 @@ only the package you install differs. There are two packages to choose from:
81 81
 </table>
82 82
 
83 83
 
84
-This procedure depicts an installation on version 6.5. If you are installing on
85
-7.X, substitute that package for your installation. 
84
+Installation procedure:
86 85
 
87 86
 1. Log into your machine as a user with `sudo` or `root` privileges.
88 87
 
... ...
@@ -92,11 +75,11 @@ This procedure depicts an installation on version 6.5. If you are installing on
92 92
 		
93 93
 3. Download the Docker RPM to the current directory.
94 94
 		
95
-		$ 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
95
+		$ curl -O -sSL https://get.docker.com/rpm/1.7.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.x86_64.rpm
96 96
 
97 97
 4. Use `yum` to install the package.
98 98
 
99
-		$ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el6.x86_64.rpm
99
+		$ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el7.x86_64.rpm
100 100
 
101 101
 5. Start the Docker daemon.
102 102
 
... ...
@@ -179,8 +162,8 @@ You can uninstall the Docker software with `yum`.
179 179
 
180 180
 		$ yum list installed | grep docker
181 181
 		yum list installed | grep docker
182
-		docker-engine.x86_64                1.7.1-1.el6
183
-																																								 @/docker-engine-1.7.1-1.el6.x86_64.rpm
182
+		docker-engine.x86_64                1.7.1-1.el7
183
+																																								 @/docker-engine-1.7.1-1.el7.x86_64.rpm
184 184
 
185 185
 2. Remove the package.
186 186
 
... ...
@@ -218,7 +218,7 @@ You can uninstall the Docker software with `yum`.
218 218
 		$ yum list installed | grep docker
219 219
 		yum list installed | grep docker
220 220
 		docker-engine.x86_64                1.7.1-0.1.fc20
221
-																																								 @/docker-engine-1.7.1-0.1.fc20.el6.x86_64
221
+																																								 @/docker-engine-1.7.1-0.1.fc20.el7.x86_64
222 222
 
223 223
 2. Remove the package.
224 224
 
... ...
@@ -12,8 +12,7 @@ parent = "smn_linux"
12 12
 
13 13
 Docker is supported on the following versions of RHEL:
14 14
 
15
-- Red Hat Enterprise Linux 7 
16
-- Red Hat Enterprise Linux 6.6 or later
15
+- Red Hat Enterprise Linux 7
17 16
 
18 17
 This page instructs you to install using Docker-managed release packages and
19 18
 installation mechanisms. Using these packages ensures you get the latest release
... ...
@@ -23,10 +22,7 @@ Red Hat release documentation for information on Red Hat's Docker support.
23 23
 ## Prerequisites
24 24
 
25 25
 Docker requires a 64-bit installation regardless of your Red Hat version. Docker
26
-requires that your kernel must be 3.10 at minimum. Red Hat 7 runs the 3.10
27
-kernel, 6.6 does not. We make an exception for Red Hat 6.6. To run Docker on
28
-[Red Hat-6.6](http://www.centos.org) or later, you need kernel 2.6.32-431 or
29
-higher. 
26
+requires that your kernel must be 3.10 at minimum, which Red Hat 7 runs.
30 27
 
31 28
 To check your current kernel version, open a terminal and use `uname -r` to
32 29
 display your kernel version:
... ...
@@ -37,8 +33,7 @@ display your kernel version:
37 37
 Finally, is it recommended that you fully update your system. Please keep in
38 38
 mind that your system should be fully patched to fix any potential kernel bugs.
39 39
 Any reported kernel bugs may have already been fixed on the latest kernel
40
-packages 
41
-
40
+packages.
42 41
 
43 42
 ## Install
44 43
 
... ...
@@ -51,19 +46,6 @@ only the package you install differs.  There are two packages to choose from:
51 51
     <th>Package name</th>
52 52
   </tr>
53 53
   <tr>
54
-    <td>6.6 and  higher</td>
55
-    <td>
56
-    <p>
57
-    <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">
58
-    https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-engine-1.7.1-1.el6.x86_64.rpm</a>
59
-    <p>
60
-    <a href="https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm">
61
-   https://get.docker.com/rpm/1.7.1/centos-6/SRPMS/docker-engine-1.7.1-1.el6.src.rpm</a>
62
-    <p>
63
-    </p>
64
-    </td>
65
-  </tr>
66
-  <tr>
67 54
     <td>7.X</td>
68 55
     <td>
69 56
     <p>
... ...
@@ -78,18 +60,17 @@ only the package you install differs.  There are two packages to choose from:
78 78
   </tr>
79 79
 </table>
80 80
 
81
-This procedure depicts an installation on version 6.6.  If you are installing on
82
-7.X, substitute that package for your installation. 
81
+Installation procedure:
83 82
 
84 83
 1. Log into your machine as a user with `sudo` or `root` privileges.
85 84
 
86 85
 2. Download the Docker RPM to the current directory.
87 86
 		
88
-		$ 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
87
+		$ curl -O -sSL https://get.docker.com/rpm/1.7.1/centos-7/RPMS/x86_64/docker-engine-1.7.1-1.el7.x86_64.rpm
89 88
 
90 89
 3. Use `yum` to install the package.
91 90
 
92
-		$ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el6.x86_64.rpm
91
+		$ sudo yum localinstall --nogpgcheck docker-engine-1.7.1-1.el7.x86_64.rpm
93 92
 
94 93
 5. Start the Docker daemon.
95 94
 
... ...
@@ -172,8 +153,8 @@ You can uninstall the Docker software with `yum`.
172 172
 
173 173
 		$ yum list installed | grep docker
174 174
 		yum list installed | grep docker
175
-		docker-engine.x86_64                1.7.1-0.1.el6
176
-																																					 @/docker-engine-1.7.1-0.1.el6.x86_64
175
+		docker-engine.x86_64                1.7.1-0.1.el7
176
+																																					 @/docker-engine-1.7.1-0.1.el7.x86_64
177 177
 
178 178
 2. Remove the package.
179 179