mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 09:57:25 +00:00
7 lines
259 B
Docker
7 lines
259 B
Docker
FROM prom/node-exporter:v0.14.0
|
|
|
|
ENTRYPOINT ["/bin/node_exporter", "-collector.procfs", "/host/proc", \
|
|
"-collector.sysfs", "/host/sys", \
|
|
"-collector.filesystem.ignored-mount-points", \
|
|
"^/(sys|proc|dev|host|etc)($|/)"]
|