mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 15:45:20 +00:00
19 lines
659 B
YAML
19 lines
659 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
|
|
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
|
|
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:e594a89dc1aee9b40cb0febcbdf207a5c2506c0e
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:4bbcd2fc645f2387c98980aa9f8b19c62805d06f
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:a6f59d7254bbdb3d25d8dab287f493bee9ca625d
|