mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 17:45:34 +00:00
19 lines
693 B
YAML
19 lines
693 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:144c9cee8aed9e30a16940f2bf1d3813883aceda
|
|
- linuxkit/runc:436357ce16dd663e24f595bcec26d5ae476c998e
|
|
- linuxkit/containerd:d445de33c7f08470187b068d247b1c0dea240f0a
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: vsudd
|
|
image: linuxkit/vsudd:5b962bdd22524b4edb7f428de745376abe359596
|
|
binds:
|
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
|
command: ["/vsudd",
|
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|