mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-17 07:40:59 +00:00
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
|
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
|
|
- linuxkit/containerd:838b745e38e43309393675ce3cf04bee9047eb91
|
|
- linuxkit/ca-certificates:a4f15fe71bb0ad7560ff78f48504dd2af500a442
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:2fad4cdf96faa97bf7888696b8c3ca00f98137af
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:4681273eeea47c26d980958656e60fe70d49e318
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:db835ad616084adb6b474e7fd804928fd1d5dd5f
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:80f22b0f60d23c29ce28d06674bc77fe3775a38b
|
|
- name: dhcpcd2
|
|
image: linuxkit/dhcpcd:4681273eeea47c26d980958656e60fe70d49e318
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
|
- name: sshd
|
|
image: linuxkit/sshd:240e5e4f716bce51099b3785c209bf37613db8f0
|
|
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
|