mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 15:59:43 +00:00
18 lines
547 B
YAML
18 lines
547 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.76
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
|
- linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88
|
|
- 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"
|