mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 23:43:58 +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:f670045ecb6ec31ea37dd10114366e9a1e915013
|
|
- linuxkit/runc:1eef77f5963e44e491abfe392206769037d47ae2
|
|
- linuxkit/containerd:8ee7a0d636fff9df7e13076f5492d06274e5f644
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:48f66df198981e692084bf70ab72b9fe2be0f880
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|