mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 14:12:15 +00:00
18 lines
547 B
YAML
18 lines
547 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.92
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
|
|
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
|
- linuxkit/containerd:de1b18eed76a266baa3092e5c154c84f595e56da
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|