mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 05:30:30 +00:00
21 lines
506 B
YAML
21 lines
506 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.3
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
|
|
- linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|