mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 23:33:06 +00:00
19 lines
684 B
YAML
19 lines
684 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:5.10.76
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca
|
|
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:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|