mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 05:24:35 +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:ad37cb61355b08cf481c54b07612b5206be6254d
|
|
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
|
|
- linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b
|
|
- linuxkit/ca-certificates:a37095d3d576815fdefe76a28444c68cd9eac8fe
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:97d0743bc3baa349dc96809b58f8584c5896928a
|
|
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
|