mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 06:12:42 +00:00
39 lines
1016 B
YAML
39 lines
1016 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.34
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
|
|
- linuxkit/ca-certificates:v0.3
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.3
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.3
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:v0.3
|
|
command: ["/usr/bin/metadata", "openstack"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.3
|
|
- name: sshd
|
|
image: linuxkit/sshd:v0.3
|
|
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
|