mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-13 05:17:03 +00:00
20 lines
654 B
YAML
20 lines
654 B
YAML
kernel:
|
|
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:6fe9d31a53bbd200183bb31edd795305e868d5a7
|
|
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
|
- linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:bf6872ce0a9f3ab519b3e502cc41ba3958bda2a6
|
|
env:
|
|
- INSECURE=true
|
|
trust:
|
|
org:
|
|
- linuxkit
|