mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-18 11:43:57 +00:00
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.54
|
|
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 # with runc, logwrite, startmemlogd
|
|
- linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8
|
|
- linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82
|
|
- linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582
|
|
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: rngd
|
|
image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db
|
|
- name: nginx
|
|
image: nginx: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
|