Files
linuxkit/test/pkg/ns/template.yml
Stephen J Day d40b86537e examples, projects: update linuxkit hash
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2018-01-05 14:46:50 -08: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:fb1e34662dc92a45f8e92c91adbee094e22feb55
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
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:bccfe1cb04fc7bb9f03613d2314f38abd2620f29
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
org:
- linuxkit