mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 07:47:10 +00:00
24 lines
638 B
YAML
24 lines
638 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:8a7b6cdb89197dc94eb6db69ef9dc90b750db598
|
|
- linuxkit/runc:6062483d748609d505f2bcde4e52ee64a3329f5f
|
|
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
|