Skip to content

Commit

Permalink
Update rootfs syntax in Docker example (#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 SuperQ committed Aug 7, 2019
1 parent 26d4fbd commit 697c2de
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 @@ -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,
Expand Down

0 comments on commit 697c2de

Please sign in to comment.