mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 10:47:00 +00:00
29 lines
657 B
YAML
29 lines
657 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.71
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.7
|
|
- name: test
|
|
image: alpine:3.9
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.9
|