mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-03 15:31:05 +01:00
Update rootfs syntax in Docker example (#1443)
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
26d4fbdf07
commit
697c2deed5
@ -179,7 +179,7 @@ docker run -d \
|
|||||||
--pid="host" \
|
--pid="host" \
|
||||||
-v "/:/host:ro,rslave" \
|
-v "/:/host:ro,rslave" \
|
||||||
quay.io/prometheus/node-exporter \
|
quay.io/prometheus/node-exporter \
|
||||||
--path.rootfs /host
|
--path.rootfs=/host
|
||||||
```
|
```
|
||||||
|
|
||||||
On some systems, the `timex` collector requires an additional Docker flag,
|
On some systems, the `timex` collector requires an additional Docker flag,
|
||||||
|
Loading…
Reference in New Issue
Block a user