Skip to content

thehedhly/fluentd

Repository files navigation

fluentd

Build Docker build

Fluentd Logo

Features

  • Builds fluentd docker image with plugin installation support.

Fluentd:

The official fluentd docker image is slightly extended with custom plugin installation.
The plugins are installed from a provided Gemfile.

Build arguments

Name description default
FLUENTD_IMAGE_VERSION Fluentd base image v1.16.2-1.1

Usage

Build

docker build -t fluentd .
docker build --build-arg FLUENTD_IMAGE_VERSION=1.16.2-debian-1.1 -t fluentd:<tag> .

Run

docker run --rm -it -p 24224:24224 fluentd bash
docker run --rm -it -p 24224:24224 fluentd:<tag> bash
docker run --rm -it -p 24224:24224 --name fluentd --mount type=bind,source=/path/to/fluentd.conf,target=/fluentd/etc/fluentd.conf -e FLUENTD_CONF=fluentd.conf fluentd:<tag>

Sources: Cloud Native Computing Foundation (CNCF), https://docs.fluentd.org/quickstart/logo
This project was created by H.Hedhly.

About

Fluentd with plugins installation support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published