mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 09:28:29 +00:00
19 lines
684 B
YAML
19 lines
684 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
|
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
|
|
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:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|