mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:23:23 +00:00
20 lines
606 B
YAML
20 lines
606 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:2c841cdc34396e3fa8f25b62d112808f63f16df6
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|