mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 13:24:42 +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:ad37cb61355b08cf481c54b07612b5206be6254d
|
|
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:1511fdc6b4ce936f9bbb99c3670bba00c0322c9a
|
|
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:5384fff9d382d032c5478516017cf56f3a659a2b
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|