mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 18:25:59 +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:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
|
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:aa591e77b3ddf4c84487b7c2da3ed9abae787f89
|
|
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:744c3322c34be0bebb4a65f63702f44fec0e773d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|