mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-12 20:42:20 +00:00
21 lines
506 B
YAML
21 lines
506 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.92
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
|
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|