Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 0b677673b5 Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-01-10 10:56:54 +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:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
onboot:
- name: test-ns
image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89
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:963fd495fd6616f7ea44d158b497a87232e01ca3
command: ["/bin/sh", "/poweroff.sh", "3"]