mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-12 21:27:01 +00:00
34 lines
866 B
YAML
34 lines
866 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.52
|
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3
|
|
- linuxkit/ca-certificates:v0.4
|
|
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:v0.4
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.4
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:v0.4
|
|
- name: nginx
|
|
image: nginx:1.13.8-alpine
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_CHOWN
|
|
- CAP_SETUID
|
|
- CAP_SETGID
|
|
- CAP_DAC_OVERRIDE
|
|
files:
|
|
- path: etc/docker/daemon.json
|
|
contents: '{"debug": true}'
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|