瀏覽代碼

Merge pull request #9918 from SvenDowideit/state-centos-kernel-restrictions-clearly

Centos project does not support custom kernels
Fred Lifton 10 年之前
父節點
當前提交
273472a5c2
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 7 0
      docs/sources/installation/centos.md
  2. 7 0
      docs/sources/installation/rhel.md

+ 7 - 0
docs/sources/installation/centos.md

@@ -27,6 +27,13 @@ simply run the following command.
 
 
     $ sudo yum install docker
     $ sudo yum install docker
 
 
+## Kernel support
+
+Currently the CentOS project will only support Docker via the EPEL package when
+running on kernels shipped by the distribution. There are things like namespace
+changes which will cause issues if one decides to step outside that box and run
+non-distro kernel packages.
+
 ### Manual installation of latest version
 ### Manual installation of latest version
 
 
 While using a package is the recommended way of installing Docker,
 While using a package is the recommended way of installing Docker,

+ 7 - 0
docs/sources/installation/rhel.md

@@ -40,6 +40,13 @@ You will need [RHEL
 a RHEL 6 kernel version 2.6.32-431 or higher as this has specific kernel
 a RHEL 6 kernel version 2.6.32-431 or higher as this has specific kernel
 fixes to allow Docker to work.
 fixes to allow Docker to work.
 
 
+## Kernel support
+
+RHEL will only support Docker via the *extras* channel or EPEL package when
+running on kernels shipped by the distribution. There are things like namespace
+changes which will cause issues if one decides to step outside that box and run
+non-distro kernel packages.
+
 ## Installation
 ## Installation
 
 
 Firstly, you need to install the EPEL repository. Please follow the
 Firstly, you need to install the EPEL repository. Please follow the