kernel: image: "linuxkit/kernel:4.9.x" cmdline: "console=ttyS0 page_poison=1" init: - linuxkit/init:cbd7ae748f0a082516501a3e914fa0c924ee941e - linuxkit/runc:24dfe632ed3ff53a026ee3fac046fd544434e2d6 - linuxkit/containerd:1c71f95fa36040ea7e987deb98a7a2a363853f01 - linuxkit/ca-certificates:4e9a83e890e6477dcd25029fc4f1ced61d0642f4 onboot: - name: sysctl image: "linuxkit/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" net: host pid: host ipc: host capabilities: - CAP_SYS_ADMIN services: - name: rngd image: "linuxkit/rngd:c97ef16be340884a985d8b025983505a9bcc51f0" capabilities: - CAP_SYS_ADMIN oomScoreAdj: -800 - name: dhcpcd image: "linuxkit/dhcpcd:cb96c09a33c166eca6530f166f0f79927c3e83b0" binds: - /var:/var - /tmp:/etc capabilities: - CAP_NET_ADMIN - CAP_NET_BIND_SERVICE - CAP_NET_RAW net: host oomScoreAdj: -800 - name: sshd image: "linuxkit/sshd:1613253e5def414e0dfd261acd0e191eadb5fedf" capabilities: - all net: host pid: host binds: - /root/.ssh:/root/.ssh - /etc/resolv.conf:/etc/resolv.conf trust: image: - linuxkit/kernel - linuxkit/rngd files: - path: root/.ssh/authorized_keys contents: '#your ssh key here' outputs: - format: kernel+initrd - format: iso-bios - format: iso-efi