Page 1 of 1

Has anyone been able to set a volume as rslave (Prometheus Node Exporter)?

Posted: 13 Dec 2023, 20:29
by Mordac85
I'm trying to get some monitoring going but I can't seem to get the rslave option to work for node exporter using the docker run code from their site.

Is this possible with the TM docker install?

Code: Select all

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