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