mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:32:43 +00:00
20 lines
571 B
YAML
20 lines
571 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.53
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|