mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 15:05:05 +00:00
19 lines
692 B
YAML
19 lines
692 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.92
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:cc3132885af876a247bc99199b4cc788f3173896
|
|
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:89980cd551d3174b6d8528f39fbd7fd1ca049161
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|