# Sample YAML file for manual testing kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0" init: - linuxkit/init:6fe9d31a53bbd200183bb31edd795305e868d5a7 - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a 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:1e9876c682c74d0602b7647c628bb0875fb13998 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: - linuxkit