mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 08:33:49 +00:00
23 lines
649 B
YAML
23 lines
649 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.81
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
|
|
- linuxkit/runc:52ecfdef1ae051e7fd5ac5f1d0b7dd859adff015
|
|
- linuxkit/containerd:13f62c61f0465fb07766d88b317cabb960261cbb
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.2
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:v0.2
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
|
|
|
trust:
|
|
org:
|
|
- linuxkit
|