mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 09:52:30 +00:00
22 lines
542 B
YAML
22 lines
542 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.80
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:6061875ba11fd9c563fda6234b103ed9997ff782
|
|
- linuxkit/runc:52ecfdef1ae051e7fd5ac5f1d0b7dd859adff015
|
|
- linuxkit/containerd:13f62c61f0465fb07766d88b317cabb960261cbb
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.2
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.2
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.2
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:v0.2
|
|
trust:
|
|
org:
|
|
- linuxkit
|