mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 08:28:05 +00:00
20 lines
496 B
YAML
20 lines
496 B
YAML
kernel:
|
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:v0.7
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
- linuxkit/containerd:v0.7
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:v0.7
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|