mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:53:02 +00:00
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:4dcee04c04c900a5796dc719f8d16fea7e771059
|
|
- linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f
|
|
- linuxkit/containerd:8fc87b7f465bde9ece781899a007f47b6d3c096b
|
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:1516d5d70683a5d925fe475eb1b6164a2f67ac3b
|
|
- name: sshd
|
|
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
|
binds:
|
|
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
|
- name: nginx
|
|
image: nginx:alpine
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|