# Sample YAML file for manual testing kernel: image: linuxkit/kernel:4.19.47 cmdline: "console=ttyS0" init: - linuxkit/init:v0.7 - linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a 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:b498d30dd9660090565537fceb9e757618737a85 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: - linuxkit