mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 00:10:16 +00:00
24 lines
640 B
YAML
24 lines
640 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:45a1ad5919f0b6acf0f0cf730e9434abfae11fe6
|
|
- linuxkit/runc:92b1fea787c01cef46f07f783c80631a7071cfbb
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:5a374e4bf3e5a7deeacff6571d0f30f7ea8f56db
|
|
- 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:401dc53c604c0b2179ed0369a6968fd4179cc176
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|