mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 20:12:54 +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:aa44b2891ae0273bd194bcf261dc75425713c034
|
|
- linuxkit/runc:d02dbf3e72632831246ca9e2bc45772e2c3c02b8
|
|
- linuxkit/containerd:4703525398adfe47764efbee8b36af79b4a6b097
|
|
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"
|