Files
linuxkit/examples/node_exporter.yml
Ilya Dmitrichenko 86fb6ba0aa pkg/init: Mount /sys/fs/bpf
NOTE: This will be a shared mount, due to root being turned into a
shared with `MC_REC` set: `mount("", "/", "", rec|shared, "")`.
For some reason setting `shared` when mounting `/sys/fs/bpf` doesn't
work at all, perhaps that's just a kernel feature.

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2020-05-06 11:06:54 +01:00

22 lines
686 B
YAML

kernel:
image: linuxkit/kernel:5.4.30
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c
- linuxkit/runc:f79954950022fea76b8b6f10de58cb48e4fb3878
- linuxkit/containerd:6ef473a228db6f6ee163f9b9a051102a1552a4ef
services:
- name: getty
image: linuxkit/getty:48f66df198981e692084bf70ab72b9fe2be0f880
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:7fab61cca793113280397dcee8159f35dc37adcb
- name: dhcpcd
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
- name: node_exporter
image: linuxkit/node_exporter:1d5694bb1b148368d53945d22944289a2127d69c
trust:
org:
- linuxkit