mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 14:18:37 +00:00
20 lines
613 B
YAML
20 lines
613 B
YAML
kernel:
|
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:f9c8a136f6aca1cde95b249eb5095df702c23ac8
|
|
- linuxkit/containerd:1c4d860d198095565baa3d8d60d434f034f0fef0
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|