mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 11:34:17 +00:00
22 lines
686 B
YAML
22 lines
686 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:4dcee04c04c900a5796dc719f8d16fea7e771059
|
|
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
|
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c
|
|
trust:
|
|
org:
|
|
- linuxkit
|