mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 06:27:59 +00:00
24 lines
639 B
YAML
24 lines
639 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
|
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:2fad4cdf96faa97bf7888696b8c3ca00f98137af
|
|
- name: test
|
|
image: alpine:3.13
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|