mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 17:47:40 +00:00
20 lines
607 B
YAML
20 lines
607 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.34
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:3a772fafa2e45b872c72375dd6bc34993257b6d1
|
|
- linuxkit/runc:02f2f6dd425eb3ff98f488b5cdef0125be787332
|
|
- linuxkit/containerd:d197495c30d0c6e81cb038d8ab3b8f793736b39d
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|