mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 16:51:38 +00:00
22 lines
686 B
YAML
22 lines
686 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.39
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:838b772355a8690143b37de1cdd4ac5db725271f
|
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
|
- linuxkit/containerd:e33e0534d6fca88e1eb86897a1ea410b4a5d722e
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
|
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
|