Skip to content

Instantly share code, notes, and snippets.

@dpjayasekara
Forked from deepal/fluentd.dockerfile
Created October 14, 2019 21:11
Show Gist options
  • Save dpjayasekara/e8fdc6199ad6a75cadbb2012b306d666 to your computer and use it in GitHub Desktop.
Save dpjayasekara/e8fdc6199ad6a75cadbb2012b306d666 to your computer and use it in GitHub Desktop.
Fluentd Container Dockerfile
FROM fluent/fluentd:v1.3-debian
RUN /usr/local/bin/fluent-gem install gelf
WORKDIR /fluentd
COPY out_gelf.rb /fluentd/plugins
COPY ./fluent.conf /fluentd/etc/fluent.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment