Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 0d15d8d9bb Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-28 15:32:09 +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:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
onboot:
- name: test-ns
image: linuxkit/test-ns:41c0a4021c2c3cce4843bc404ad5056975cf706c
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:9350eab86a8e4349b28cb2c9ce70835d3180300b
command: ["/bin/sh", "/poweroff.sh", "3"]