kernel: image: linuxkit/kernel:4.19.20 cmdline: "console=ttyS0" init: - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 onboot: - name: dhcpcd image: linuxkit/dhcpcd:v0.6 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.8 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:c4bc89cf0d66733c923ab9cb46198b599eb99320 - name: vpnkit-forwarder image: linuxkit/vpnkit-forwarder:v0.6 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