# Sample YAML file for manual testing kernel: image: linuxkit/kernel:6.6.71 cmdline: "console=ttyS0" init: - linuxkit/init:3c0baa0abe9b513538b1feee36f01667161f17dd - linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9 onboot: - name: test-ns image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472 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:91a23d43c403e200102b7512d8de95f89c86565c command: ["/bin/sh", "/poweroff.sh", "3"]