mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 10:56:47 +00:00
21 lines
506 B
YAML
21 lines
506 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.76
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:fb1e34662dc92a45f8e92c91adbee094e22feb55
|
|
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:bccfe1cb04fc7bb9f03613d2314f38abd2620f29
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|