mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 09:52:30 +00:00
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.65
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:42a92119e1ca10380e0d33e26c0cbcf85b9b3558
|
|
- linuxkit/runc:1b0741d07949c0acc444cd6a04ee7f833443579d
|
|
- linuxkit/containerd:bfb61cc1d26c39cd4b2bc08f7a9963fefa0ef3bf
|
|
- linuxkit/ca-certificates:af4880e78edc28743f7c5e262678c67c6add4c26
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:026aca5c08c22589a7e319f79449bef2c65f04c5
|
|
command: ["/usr/bin/metadata", "openstack"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
|
|
- name: sshd
|
|
image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
|
|
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
|