mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 18:41:47 +00:00
18 lines
548 B
YAML
18 lines
548 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:144c9cee8aed9e30a16940f2bf1d3813883aceda
|
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
|
- linuxkit/containerd:d445de33c7f08470187b068d247b1c0dea240f0a
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:992d9c7531166fe071d945e8b2728d8b61eb8d5a
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|