Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 440 Bytes

To build it run:

docker build --tag=athenahealth/fluentd:latest .

To start it run (where /etc/fluent is config location and /var/log is log destination on the host):

docker run -it -v /etc/fluent:/etc/fluent -v /var/log:/log athenahealth/fluentd:latest

Docker Repository on Quay.io