kernel: image: linuxkit/kernel:4.14.32 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17 - linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524 - linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4 - linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8 onboot: - name: dhcpcd image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21 env: - INSECURE=true - name: influxdb image: influxdb:1.4 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE - name: kapacitor image: kapacitor:1.4 net: host capabilities: - all env: - KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086 - name: telegraf image: telegraf:1.4 net: host capabilities: - all - name: chronograf image: chronograf:1.4 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE env: - INFLUXDB_URL=http://localhost:8086 - KAPACITOR_URL=http://localhost:9092 trust: org: - linuxkit - library