# Sample YAML file for manual testing kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0" init: - linuxkit/init:98e95fb67e8afcf02c09ba927e4b357fec42977a - linuxkit/runc:991ef358ad8fc1111d64f4d8071f2009cc561f6a 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:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: - linuxkit