kernel: image: linuxkit/kernel:4.9.78 cmdline: "console=ttyS0" init: - linuxkit/init:v0.2 - linuxkit/runc:v0.2 - linuxkit/containerd:v0.2 - linuxkit/ca-certificates:v0.2 onboot: - name: sysctl image: linuxkit/sysctl:v0.2 - name: dhcpcd image: linuxkit/dhcpcd:v0.2 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:v0.2 services: - name: getty image: linuxkit/getty:v0.2 env: - INSECURE=true - name: rngd image: linuxkit/rngd:v0.2 - name: sshd image: linuxkit/sshd:v0.2 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx image: nginx: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