mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 03:27:20 +00:00
21 lines
471 B
YAML
21 lines
471 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.114
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:598439400c1e4bf8c25c63c98b2d3e83b1382be9
|
|
- linuxkit/runc:v0.5
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:2687ed712690766b8156a77ac600005b532d2c7d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|