mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 20:46:40 +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:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
|
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:1a7c8ae79394b6c569cbb34b848e310554186330
|
|
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:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|