mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 02:12:11 +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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
|
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
|
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:57b9b0dc81aa7247e35628cb7d1723546b569004
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|