mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 12:43:08 +00:00
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:5.10.104
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
|
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
|
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
|
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:9b8e6b510b49da196a1e412aa95f364e3dd16576
|
|
env:
|
|
- INSECURE=true
|
|
- name: influxdb
|
|
image: influxdb:1.7
|
|
net: host
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_DAC_OVERRIDE
|
|
- name: kapacitor
|
|
image: kapacitor:1.5
|
|
net: host
|
|
capabilities:
|
|
- all
|
|
env:
|
|
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
|
|
- name: telegraf
|
|
image: telegraf:1.9
|
|
net: host
|
|
capabilities:
|
|
- all
|
|
- name: chronograf
|
|
image: chronograf:1.7
|
|
net: host
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_DAC_OVERRIDE
|
|
env:
|
|
- INFLUXDB_URL=http://127.0.0.1:8086
|
|
- KAPACITOR_URL=http://127.0.0.1:9092
|