mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 13:03:04 +00:00
26 lines
832 B
YAML
26 lines
832 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:aa44b2891ae0273bd194bcf261dc75425713c034
|
|
- linuxkit/runc:d02dbf3e72632831246ca9e2bc45772e2c3c02b8
|
|
- linuxkit/containerd:4703525398adfe47764efbee8b36af79b4a6b097
|
|
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:0aa4b1141fb890d260bb1f8f43c399f2c5419b04
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:310c16ec5315bd07d4b8f5332cfa7dc5cbc7d368
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2a8ed08fea442909ba10f950d458191ed3647115
|
|
- name: sshd
|
|
image: linuxkit/sshd:62036c2a279715d05e8298b9269a0659964f2619
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|