# Sample YAML file for manual testing kernel: image: linuxkit/kernel:5.10.104 cmdline: "console=ttyS0" init: - linuxkit/init:144c9cee8aed9e30a16940f2bf1d3813883aceda - linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e onboot: - name: test-ns image: linuxkit/test-ns:bd163e189ce4985a798aa422c5509ef44e031756 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:992d9c7531166fe071d945e8b2728d8b61eb8d5a command: ["/bin/sh", "/poweroff.sh", "3"]