# Sample YAML file for manual testing kernel: image: linuxkit/kernel:5.4.28 cmdline: "console=ttyS0" init: - linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691 - 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