kernel: image: linuxkit/kernel:4.14.35 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - 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"] onshutdown: - name: shutdown image: busybox:latest command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 env: - INSECURE=true runtime: mounts: # Makes a writeable (but private and non-persistent) mount of the # host etc into the container. - type: overlay source: overlay destination: writeable-host-etc options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] - name: rngd image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 - 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