# Sample YAML file for manual testing kernel: image: linuxkit/kernel:6.12.52 cmdline: "console=ttyS0" init: - linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a - linuxkit/runc:24bcd37e33b5eb445c4fa85b354061fa98b78f26 onboot: - name: test-ns image: linuxkit/test-ns:5d9261984b4a6234f140032e9a5b2bd8c8d79258 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:4059858a555bed90c2280fa9b060b7a8f8de6d45 command: ["/bin/sh", "/poweroff.sh", "3"]