Update rootfs syntax in Docker example (#1443)

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
Sandro Jäckel 2019-08-07 09:19:20 +02:00 committed by Ben Kochie
parent 26d4fbdf07
commit 697c2deed5
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ docker run -d \
--pid="host" \
-v "/:/host:ro,rslave" \
quay.io/prometheus/node-exporter \
--path.rootfs /host
--path.rootfs=/host
```
On some systems, the `timex` collector requires an additional Docker flag,