mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 22:13:09 +00:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.32
|
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17 # with runc, logwrite, startmemlogd
|
|
- linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
|
|
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
|
|
- linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
|
|
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:8bcfb9a90470161a04f25e58407852a3d1ad499a
|
|
- 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
|