Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 7fa10ce83a Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-27 21:09:58 +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:5251073a3d3e52881bf2697f7dfabac6eedfd569
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
onboot:
- name: test-ns
image: linuxkit/test-ns:619db97ac53446fd3e01bcca16c0bd9e0626e00b
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:bd7c21330487f5b98d2852c2527566940b6d6044
command: ["/bin/sh", "/poweroff.sh", "3"]