mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 04:35:25 +00:00
19 lines
685 B
YAML
19 lines
685 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883
|
|
- linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:2a794b63097a7c279c6e897bbe7995a8d88708ed
|
|
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:4e252be56edea2f8cc51be4c16853a8812cd87bd
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|