mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 22:51:13 +00:00
linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f linuxkit/host-timesync-daemon:613dc55e67470ec375335a1958650c3711dc4aa6 linuxkit/test-virtsock:57883002c2bc824709efa6cd3818e1ff51a11889 linuxkit/test-ns:a21f996641f391d467a7842e85088a304d24fae5 Signed-off-by: David Scott <dave.scott@docker.com>
23 lines
578 B
YAML
23 lines
578 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.58
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:v0.6
|
|
- linuxkit/runc:v0.6
|
|
- linuxkit/containerd:v0.6
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.6
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
|
|
|
trust:
|
|
org:
|
|
- linuxkit
|