kernel: image: linuxkit/kernel:4.14.35 cmdline: "console=ttyS0" init: - linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 onboot: - name: dhcpcd image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.7 binds: - /var/:/host_var:rbind,rshared capabilities: - CAP_SYS_ADMIN rootfsPropagation: shared command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb - name: vpnkit-forwarder image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32 binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder"] files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub mode: "0600" optional: true trust: org: - linuxkit