mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 11:46:57 +00:00
18 lines
479 B
YAML
18 lines
479 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:144c9cee8aed9e30a16940f2bf1d3813883aceda
|
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|