mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 21:31:09 +00:00
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.19.26
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
|
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
|
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
|
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
|
- name: sshd
|
|
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
|
binds:
|
|
- /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
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|