mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
11 lines
150 B
YAML
11 lines
150 B
YAML
image: node_exporter
|
|
network: true
|
|
config:
|
|
pid: host
|
|
binds:
|
|
- /proc:/host/proc
|
|
- /sys:/host/sys
|
|
- /:/rootfs
|
|
capabilities:
|
|
- all
|