mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 23:03:56 +00:00
31 lines
782 B
YAML
31 lines
782 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.35"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:24942921d1356bb801b30ca6d7197d2bfdcc26f9
|
|
- linuxkit/runc:2310ad9d266cf5d9c4d07613bd2135ed7eb8a21f
|
|
- linuxkit/containerd:e0607d117e0286792c5bd62d9a7e2a9c49be3bbf
|
|
onboot:
|
|
- name: sysctl
|
|
image: "linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0"
|
|
- name: test
|
|
image: "alpine:3.6"
|
|
net: host
|
|
pid: host
|
|
ipc: host
|
|
readonly: true
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.6
|