mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 19:43:08 +00:00
22 lines
678 B
YAML
22 lines
678 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:4.9.38
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:f7a3d03face99e933626533a3381ae4476fbc8de
|
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
|
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
|