Browse code

docs: change kernel version requirement

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)

unclejack authored on 2014/09/15 21:15:55
Showing 1 changed files
... ...
@@ -32,8 +32,14 @@ runtime:
32 32
 Docker in daemon mode has specific kernel requirements. For details,
33 33
 check your distribution in [*Installation*](../#installation-list).
34 34
 
35
-In general, a 3.8 Linux kernel (or higher) is preferred, as some of the
36
-prior versions have known issues that are triggered by Docker.
35
+In general, a 3.8 Linux kernel is the minimum requirement for Docker, as
36
+some of the prior versions have known issues that are triggered by Docker.
37
+Linux kernel versions older than 3.8 are known to cause kernel panics and
38
+to break Docker.
39
+
40
+The latest minor version (3.x.y) of the 3.10 (or a newer maintained version)
41
+Linux kernel is recommended. Keeping the kernel up to date with the latest
42
+minor version will ensure critical kernel bugs get fixed.
37 43
 
38 44
 Note that Docker also has a client mode, which can run on virtually any
39 45
 Linux kernel (it even builds on OS X!).