mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 02:37:22 +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:cc3132885af876a247bc99199b4cc788f3173896
|
|
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
|
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"
|