Files
linuxkit/test/pkg/ns/template.yml
Rolf Neugebauer 63ae346152 Update YAMLs to latest pkg versions
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-07-07 19:25:21 +01:00

22 lines
678 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:4.9.38
cmdline: "console=ttyS0"
init:
- linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb
- linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5
onboot:
- name: test-ns
image: linuxkit/test-ns:<hash>
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:37021954220a932951eca5de5a856865e48cfc00
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
org:
- linuxkit