hstream icon indicating copy to clipboard operation
hstream copied to clipboard

[skip ci] dev-deploy: opts for `node_exporter`

Open alissa-tung opened this issue 3 years ago • 1 comments

PR Description

Type of change

  • [x] Bug fix

Summary of the change and which issue is fixed

Main changes: as

docker run -d \
  --net="host" \
  --pid="host" \
  -v "/:/host:ro,rslave" \
  quay.io/prometheus/node-exporter:latest \
  --path.rootfs=/host

Checklist

  • I have run format.sh under script
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

alissa-tung avatar Jun 27 '22 06:06 alissa-tung

cc @YangKian

alissa-tung avatar Jun 27 '22 06:06 alissa-tung