Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 370 Bytes

fluent-bit-docker

Fluent-bit image that extracts docker container logs

Test

DON'T use stdout OUTPUT, otherwise it will cause an infinite loop.

docker run --rm \
-v $(pwd)/log:/fluent-bit/log \
-v /var/lib/docker/containers:/var/lib/docker/containers \
chuntungho/fluent-bit-docker -c /fluent-bit/etc/fluent-bit.conf \
-o file -p path=/fluent-bit/log