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

Discussion about Docker
Locked
User avatar
Mordac85
Posts: 32
Joined: 26 Sep 2021, 10:58

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

Post 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
F5-221
TOS 5.1.67
4 x 4TB RAID5 EXT4
1 x 8TB EXT4
Locked

Return to “Docker”