mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-13 16:35:51 +00:00
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.53
|
|
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:0e4af96fecc8f752c80d41c0b7d06570cc1dc6b2
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3
|
|
- linuxkit/ca-certificates:v0.4
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
|
env:
|
|
- INSECURE=true
|
|
- name: influxdb
|
|
image: influxdb:1.4
|
|
net: host
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_DAC_OVERRIDE
|
|
- name: kapacitor
|
|
image: kapacitor:1.4
|
|
net: host
|
|
capabilities:
|
|
- all
|
|
env:
|
|
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
|
|
- name: telegraf
|
|
image: telegraf:1.4
|
|
net: host
|
|
capabilities:
|
|
- all
|
|
- name: chronograf
|
|
image: chronograf:1.4
|
|
net: host
|
|
capabilities:
|
|
- CAP_NET_BIND_SERVICE
|
|
- CAP_DAC_OVERRIDE
|
|
env:
|
|
- INFLUXDB_URL=http://localhost:8086
|
|
- KAPACITOR_URL=http://localhost:9092
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
- library
|