Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 8a23691591 Update use of test packages to latest
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-28 10:54:43 +02:00

19 lines
685 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:5.10.104
cmdline: "console=ttyS0"
init:
- linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883
- linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6
onboot:
- name: test-ns
image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a
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:4e252be56edea2f8cc51be4c16853a8812cd87bd
command: ["/bin/sh", "/poweroff.sh", "3"]