mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #5213 from tianon/missing-ps-requirement
Add missing "ps" requirement to PACKAGERS.md
This commit is contained in:
commit
231f53fd9b
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ runtime:
|
|||
|
||||
- iptables version 1.4 or later
|
||||
- Git version 1.7 or later
|
||||
- procps (or similar provider of a "ps" executable)
|
||||
- XZ Utils 4.9 or later
|
||||
- a [properly
|
||||
mounted](https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount)
|
||||
|
|
|
@ -28,6 +28,7 @@ To run properly, docker needs the following software to be installed at runtime:
|
|||
|
||||
- iptables version 1.4 or later
|
||||
- Git version 1.7 or later
|
||||
- procps (or similar provider of a "ps" executable)
|
||||
- XZ Utils 4.9 or later
|
||||
- a `properly mounted
|
||||
<https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount>`_
|
||||
|
|
|
@ -265,6 +265,7 @@ To function properly, the Docker daemon needs the following software to be
|
|||
installed and available at runtime:
|
||||
|
||||
* iptables version 1.4 or later
|
||||
* procps (or similar provider of a "ps" executable)
|
||||
* XZ Utils version 4.9 or later
|
||||
* a [properly
|
||||
mounted](https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount)
|
||||
|
|
Loading…
Reference in a new issue