kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0" init: - linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc - linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9 - linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385 onboot: - name: dhcpcd image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.6 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:89b2e91d7d1bf2f40220be0e3ed586e74746cceb - name: vpnkit-forwarder image: linuxkit/vpnkit-forwarder:9c1545e7b093d1210118de7661d7346393ec195b binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder"] - name: vpnkit-expose-port image: linuxkit/vpnkit-forwarder:9c1545e7b093d1210118de7661d7346393ec195b net: none binds: - /var/vpnkit:/port command: ["/vpnkit-expose-port","-i", "-host-ip","127.0.0.1","-host-port","22", "-container-ip","127.0.0.1","-container-port","22","-no-local-ip"] files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub mode: "0600" optional: true trust: org: - linuxkit