mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 19:08:15 +00:00
19 lines
683 B
YAML
19 lines
683 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6
|
|
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:19fe55587ddf36d506e45d67687dcc6df46d6772
|
|
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:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|