mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-13 15:17:37 +00:00
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
|
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
|
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
|
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:f8a06fea01bfcb322e913213e22d35790168ed01
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:420ead0d86604a6dc138c393914d419b68e50e04
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:e35c1c671a9d35dbc42b83b620563ce472f8effb
|
|
- name: dhcpcd2
|
|
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
|
- name: sshd
|
|
image: linuxkit/sshd:3d3847cf029b1b600b97011f78aa015315b2cb78
|
|
binds.add:
|
|
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
|
- name: nginx
|
|
image: nginx:1.13.8-alpine
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
binds:
|
|
- /etc/resolv.conf:/etc/resolv.conf
|