mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 18:37:35 +00:00
29 lines
657 B
YAML
29 lines
657 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.25
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
|
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.6
|
|
- name: test
|
|
image: alpine:3.8
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.8
|