mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 08:34:54 +00:00
22 lines
543 B
YAML
22 lines
543 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.34
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.3
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.3
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.3
|
|
- name: node_exporter
|
|
image: linuxkit/node_exporter:v0.3
|
|
trust:
|
|
org:
|
|
- linuxkit
|