mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 21:22:00 +00:00
18 lines
546 B
YAML
18 lines
546 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
|
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
|
|
- linuxkit/containerd:838b745e38e43309393675ce3cf04bee9047eb91
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|