mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 13:38:54 +00:00
18 lines
478 B
YAML
18 lines
478 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.129
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:f9c8a136f6aca1cde95b249eb5095df702c23ac8
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|