Skip to content

Instantly share code, notes, and snippets.

@thinkmicroservices
Last active February 22, 2020 02:04
Show Gist options
  • Save thinkmicroservices/52f75a0d6616bd0971eff5041866611f to your computer and use it in GitHub Desktop.
Save thinkmicroservices/52f75a0d6616bd0971eff5041866611f to your computer and use it in GitHub Desktop.
Fluentd Dockerfile
FROM fluent/fluentd:v1.6-debian-1
USER root
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document", "--version", "3.5.2"]
USER fluent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment