mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-07-17 01:22:02 +00:00
24 lines
639 B
YAML
24 lines
639 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.59
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:b5506cc74a6812dc40982cacfd2f4328f8a4b12a
|
|
- linuxkit/runc:9442aa234715e751a16144f1d4ae3fd1a00fd492
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:43ac1d39da329c3567fcb9689e5ca99de6d169b6
|
|
- 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:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|