Files
linuxkit/test/pkg/ns/template.yml
David Scott f14ad44ce4 update shas for pkg/init
Signed-off-by: David Scott <dave@recoil.org>
2022-03-13 19:57:25 +00:00

19 lines
684 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:5.10.92
cmdline: "console=ttyS0"
init:
- linuxkit/init:cc3132885af876a247bc99199b4cc788f3173896
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
onboot:
- name: test-ns
image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca
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:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
command: ["/bin/sh", "/poweroff.sh", "3"]