mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 19:46:50 +00:00
19 lines
692 B
YAML
19 lines
692 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:26e546e4ef2669bd44d8c46e3164eb5ba7ae1a5c
|
|
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
|
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:b227ed955d14720fcb99f0e1fbd69fbc1dea3106
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|