kernel: image: linuxkit/kernel:4.14.54 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - linuxkit/init:317b039710f39b0263981cff25cf873043baf561 - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 - linuxkit/containerd:9924cc405996bc43a61e050e70284372d2cb09b8 - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: dhcpcd image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda 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