mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 14:42:28 +00:00
27 lines
814 B
YAML
27 lines
814 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.66
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:19ab525233763e1740cd3b9d60cd17141d316776
|
|
- linuxkit/runc:1b0741d07949c0acc444cd6a04ee7f833443579d
|
|
- linuxkit/containerd:a25f471a8ca68e75afad7bf84187adbe70513b8d
|
|
- linuxkit/ca-certificates:af4880e78edc28743f7c5e262678c67c6add4c26
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:efe693534bb623007f94a2e3ff4a9fd6ead75aa1
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
|
|
- name: sshd
|
|
image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
trust:
|
|
org:
|
|
- linuxkit
|