Skip to content

Instantly share code, notes, and snippets.

@deepal
Created January 27, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deepal/a302a0a9177fb557310bf49b042a5a21 to your computer and use it in GitHub Desktop.
Save deepal/a302a0a9177fb557310bf49b042a5a21 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