mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 00:18:34 +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:ad37cb61355b08cf481c54b07612b5206be6254d
|
|
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
|
|
- linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b
|
|
- linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:984bff0476b059ae86b4c3e7c15f93f72a5d0a57
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:f46ebc10118bac79f68607c3c3308f0da8d9bde3
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
|
|
- name: sshd
|
|
image: linuxkit/sshd:c8490aea913425c779c41bb2990e09839190452d
|
|
binds.add:
|
|
- /root/.ssh:/root/.ssh
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|