Add fluentd support

This commit is contained in:
2018-11-28 18:31:14 +01:00
parent c360e96f22
commit 10559e7980
5 changed files with 73 additions and 0 deletions

3
fluentd/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM fluent/fluentd:latest
RUN ["gem", "install", "fluent-plugin-influxdb", "--no-rdoc", "--no-ri"]