Skip to content

Commit

Permalink
Merge pull request #9918 from SvenDowideit/state-centos-kernel-restri…
Browse files Browse the repository at this point in the history
…ctions-clearly

Centos project does not support custom kernels
  • Loading branch information
Fred Lifton committed Jan 8, 2015
2 parents 6870bde + e23d07a commit 273472a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/sources/installation/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ simply run the following command.

$ 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

While using a package is the recommended way of installing Docker,
Expand Down
7 changes: 7 additions & 0 deletions docs/sources/installation/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ You will need [RHEL
a RHEL 6 kernel version 2.6.32-431 or higher as this has specific kernel
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

Firstly, you need to install the EPEL repository. Please follow the
Expand Down

0 comments on commit 273472a

Please sign in to comment.