mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 19:33:54 +00:00
19 lines
692 B
YAML
19 lines
692 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.47
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de
|
|
- linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1
|
|
- linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:8b442fc9296ce581e8755675eadc928c13ac79c9
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|