mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 11:12:32 +00:00
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:4dcee04c04c900a5796dc719f8d16fea7e771059
|
|
- linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f
|
|
- linuxkit/containerd:8fc87b7f465bde9ece781899a007f47b6d3c096b
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:b8ad3dfd0998ddff4fd47b3f693d2a4aa93ab7a4
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:3845c4d64d47a1ea367806be5547e44594b0fa91
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|