mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 11:46:57 +00:00
29 lines
690 B
YAML
29 lines
690 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.41
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
|
- linuxkit/runc:838259153885c0c40460379d6cdb7baebaf3fa36
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
|
|
- name: test
|
|
image: alpine:3.6
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.6
|