From 354115511c61c71a46eacf541908f6fb75a63c9a Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 16 Jul 2018 18:30:19 +0200 Subject: [PATCH] Add note about SYS_TIME capability for Docker. (#1001) Signed-off-by: Ben Kochie --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 817bad9f..674e058a 100644 --- a/README.md +++ b/README.md @@ -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.