Files
linuxkit/test/pkg/ns/template.yml
Rolf Neugebauer dd73698b77 test: Update YAML with latest test packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-01-25 15:23:31 +00:00

22 lines
606 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:4.9.38
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.2
- linuxkit/runc:v0.2
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:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
org:
- linuxkit