mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 13:03:05 +00:00
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:bf45651001f871323d70b746330e8c2a94f767e6
|
|
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
|
|
- linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074
|
|
- linuxkit/ca-certificates:9179129925943ab3e8d4a92e986d8c87193925bc
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:118703ca489a425ee588096a3fa002ce29bf0b4c
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:135a8bc52cf9d7a32a19c90614e054fc80797a43
|
|
command: ["/usr/bin/metadata", "openstack"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:e83de73632097eab9f96593f287dc032c3da5e75
|
|
- name: sshd
|
|
image: linuxkit/sshd:b894b88581c8a8742d5c1323783116c85957e7d8
|
|
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
|