mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 17:25:46 +00:00
22 lines
687 B
YAML
22 lines
687 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.32
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
|
|
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
|
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:4e469ba415316c03136d5645642782554cb293e7
|
|
trust:
|
|
org:
|
|
- linuxkit
|