mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 04:28:43 +00:00
29 lines
692 B
YAML
29 lines
692 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.76
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:7c405a03c8467b3aa7999d2a729aeb5d3fa7dae5
|
|
- linuxkit/runc:7b15b00b4e3507d62e3ed8d44dfe650561cd35ff
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:4c1ef93bb5eb1a877318db4b2daa6768ed002e21
|
|
- name: test
|
|
image: alpine:3.7
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:bccfe1cb04fc7bb9f03613d2314f38abd2620f29
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.7
|