I'm using cadvisor through grafana alloy
used to run it directly where I used the same paths for the required directories in the container as on the host
for example bind /var/lib/docker to /var/lib/docker
/var/run to /var/run
/sys to /sys
I want to mount these like /host/sys
or /host/proc etc however I haven't figured out how to do this yet with cadvisor
are there any configuration options available for this?
I'm using cadvisor through grafana alloy
used to run it directly where I used the same paths for the required directories in the container as on the host
for example bind /var/lib/docker to /var/lib/docker
/var/run to /var/run
/sys to /sys
I want to mount these like /host/sys
or /host/proc etc however I haven't figured out how to do this yet with cadvisor
are there any configuration options available for this?