FluentD image similar to the official fluent/fluentd image except not requiring root access.
1.5K
This container image is to create endpoint to collect logs on your host.
Default configurations are to:
24224 for Fluentd forward protocoldocker.** into /fluentd/log/docker.*.log (and symlink docker.log)/fluentd/log/data.*.log (and symlink data.log)Environment variable below are configurable to control how to execute fluentd process:
It's for configuration file name, specified for -c.
If you want to use your own configuration file (without any optional plugins), you can use it over this ENV variable and -v option.
yours.confdocker run with -v /path/to/dir:/fluentd/etc to share /path/to/dir/yours.conf in container, and -e FLUENTD_CONF=yours.conf to read itUse this variable to specify other options, like -v or -q.
Content type
Image
Digest
Size
11.2 MB
Last updated
over 8 years ago
docker pull 1and1internet/alpine-fluentd