# Sample YAML file for manual testing kernel: image: linuxkit/kernel:4.19.104 cmdline: "console=ttyS0" init: - linuxkit/init:a4fcf333298f644dfac6adf680b83140927aa85e - linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03 onboot: - name: test-ns image: linuxkit/test-ns: command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] # command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: - linuxkit