mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 01:38:23 +00:00
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.43
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
|
- linuxkit/runc:838259153885c0c40460379d6cdb7baebaf3fa36
|
|
- linuxkit/containerd:09a21d6606a4011efebacff62a88b956ecac01be
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:38cec1526acc8b1a2ce4b4ece78a810078c807e1
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|