Skip to content

Commit

Permalink
Update rootfs syntax in Docker example (prometheus#1443)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Jäckel <[email protected]>
  • Loading branch information
SuperSandro2000 authored and oblitorum committed Apr 9, 2024
1 parent d7696f0 commit c19ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,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,
Expand Down

0 comments on commit c19ab9e

Please sign in to comment.