mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:23:23 +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:81fc00e879cf56fa6f058f6c891b012bc867de7f
|
|
- 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
|