mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 08:21:40 +00:00
21 lines
490 B
YAML
21 lines
490 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.51
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:6fe9d31a53bbd200183bb31edd795305e868d5a7
|
|
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
|
onboot:
|
|
- name: check
|
|
image: kmod-test
|
|
binds:
|
|
- /dev:/dev
|
|
- /lib/modules:/lib/modules
|
|
capabilities:
|
|
- all
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|