mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-29 22:35:03 +00:00
21 lines
504 B
YAML
21 lines
504 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.15
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
|
|
- linuxkit/runc:52ecfdef1ae051e7fd5ac5f1d0b7dd859adff015
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|