kernel: image: linuxkit/kernel:4.14.40 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 onboot: - name: sysctl image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 - name: dhcpcd image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd command: ["/usr/bin/metadata", "openstack"] services: - name: rngd image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 - name: sshd image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx image: nginx:1.13.8-alpine capabilities: - CAP_NET_BIND_SERVICE - CAP_CHOWN - CAP_SETUID - CAP_SETGID - CAP_DAC_OVERRIDE binds: - /etc/resolv.conf:/etc/resolv.conf trust: org: - linuxkit - library