mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 14:01:13 +00:00
21 lines
566 B
YAML
21 lines
566 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:cbd7ae748f0a082516501a3e914fa0c924ee941e
|
|
- linuxkit/runc:24dfe632ed3ff53a026ee3fac046fd544434e2d6
|
|
- linuxkit/containerd:f1130450206d4f64f0ddc13d15bb68435aa1ff61
|
|
onboot:
|
|
- name: check
|
|
image: "kmod-test"
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: "linuxkit/poweroff:a8f1e4ad8d459f1fdaad9e4b007512cb3b504ae8"
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
outputs:
|
|
- format: kernel+initrd
|