mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
pkg: Add config label to the node_exporter package
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
330ccdf0e2
commit
27c573ed2c
@ -4,3 +4,4 @@ ENTRYPOINT ["/bin/node_exporter", "-collector.procfs", "/host/proc", \
|
|||||||
"-collector.sysfs", "/host/sys", \
|
"-collector.sysfs", "/host/sys", \
|
||||||
"-collector.filesystem.ignored-mount-points", \
|
"-collector.filesystem.ignored-mount-points", \
|
||||||
"^/(sys|proc|dev|host|etc)($|/)"]
|
"^/(sys|proc|dev|host|etc)($|/)"]
|
||||||
|
LABEL org.mobyproject.config='{"net": "host", "pid": "host", "binds": ["/proc:/host/proc", "/sys:/host/sys", "/:/rootfs"], "capabilities": ["all"]}'
|
||||||
|
Loading…
Reference in New Issue
Block a user