mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 20:46:40 +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:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
|
- 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"]
|