Add note about SYS_TIME capability for Docker. (#1001)
Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
7e4d9bd150
commit
354115511c
|
@ -152,6 +152,9 @@ docker run -d \
|
|||
quay.io/prometheus/node-exporter
|
||||
```
|
||||
|
||||
On some systems, the `timex` collector requires an additional Docker flag,
|
||||
`--cap-add=SYS_TIME`, in order to access the required syscalls.
|
||||
|
||||
## Using a third-party repository for RHEL/CentOS/Fedora
|
||||
|
||||
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/). It closely follows upstream releases.
|
||||
|
|
Loading…
Reference in New Issue