mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
9 lines
163 B
Docker
9 lines
163 B
Docker
|
FROM fluent/fluentd:v1.17
|
||
|
USER root
|
||
|
RUN \
|
||
|
gem install \
|
||
|
fluent-plugin-datadog \
|
||
|
fluent-plugin-grafana-loki \
|
||
|
fluent-plugin-elasticsearch
|
||
|
USER fluent
|