# Sample YAML file for manual testing kernel: image: linuxkit/kernel:6.6.71 cmdline: "console=ttyS0" init: - linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d - linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c onboot: - name: test-ns image: linuxkit/test-ns:f21567d611ffed8d39bbcb2c81d39965d8812815 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:533800608f90bf05e2b39c899f2f1cbe7421b8e7 command: ["/bin/sh", "/poweroff.sh", "3"]