Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher fd778c4d95 Update use of test packages to latest
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-01-15 17:31:39 +02:00

19 lines
683 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0"
init:
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
onboot:
- name: test-ns
image: linuxkit/test-ns:1c3ea708692196e144bebc48523fb8e24839f4d3
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:30e2aaed00660c7938c291b55756a0ee69fd9a0f
command: ["/bin/sh", "/poweroff.sh", "3"]