mirror of https://github.com/docker/docs.git
Add mention of mounting cgroupfs properly to PACKAGERS.md
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
f544ebd55a
commit
708ecd7da2
|
@ -29,6 +29,12 @@ To run properly, docker needs the following software to be installed at runtime:
|
||||||
- iptables version 1.4 or later
|
- iptables version 1.4 or later
|
||||||
- Git version 1.7 or later
|
- Git version 1.7 or later
|
||||||
- XZ Utils 4.9 or later
|
- XZ Utils 4.9 or later
|
||||||
|
- a `properly mounted
|
||||||
|
<https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount>`_
|
||||||
|
cgroupfs hierarchy (having a single, all-encompassing "cgroup" mount point `is
|
||||||
|
<https://github.com/dotcloud/docker/issues/2683>`_ `not
|
||||||
|
<https://github.com/dotcloud/docker/issues/3485>`_ `sufficient
|
||||||
|
<https://github.com/dotcloud/docker/issues/4568>`_)
|
||||||
|
|
||||||
|
|
||||||
Check kernel dependencies
|
Check kernel dependencies
|
||||||
|
|
|
@ -239,6 +239,12 @@ installed and available at runtime:
|
||||||
|
|
||||||
* iptables version 1.4 or later
|
* iptables version 1.4 or later
|
||||||
* XZ Utils version 4.9 or later
|
* XZ Utils version 4.9 or later
|
||||||
|
* a [properly
|
||||||
|
mounted](https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount)
|
||||||
|
cgroupfs hierarchy (having a single, all-encompassing "cgroup" mount point
|
||||||
|
[is](https://github.com/dotcloud/docker/issues/2683)
|
||||||
|
[not](https://github.com/dotcloud/docker/issues/3485)
|
||||||
|
[sufficient](https://github.com/dotcloud/docker/issues/4568))
|
||||||
|
|
||||||
Additionally, the Docker client needs the following software to be installed and
|
Additionally, the Docker client needs the following software to be installed and
|
||||||
available at runtime:
|
available at runtime:
|
||||||
|
|
Loading…
Reference in New Issue