kernel: image: linuxkit/kernel:6.6.13 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a - linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab - linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb - linuxkit/ca-certificates:422d213bd5fff6177be9219a1e0dfc39d9d75342 onboot: - name: dhcpcd image: linuxkit/dhcpcd:f46134c05f9665d8865a9fbebd5be0995057af28 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty image: linuxkit/getty:70237b8ac2006b0177026520e7720fc574339298 env: - INSECURE=true - name: influxdb image: influxdb:1.7 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE - name: kapacitor image: kapacitor:1.5 net: host capabilities: - all env: - KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086 - name: telegraf image: telegraf:1.9 net: host capabilities: - all - name: chronograf image: chronograf:1.7 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE env: - INFLUXDB_URL=http://127.0.0.1:8086 - KAPACITOR_URL=http://127.0.0.1:9092