Then, please download Fluentd v0.12's image by docker pull command.
$ docker pull fluent/fluentd:v0.12-debian
Debian and Alpine Linux version is available for Fluentd image. Debian version is recommended officially since it has jemalloc support, however Alpine image is smaller.
Step 2: Launch Fluentd Container
To make the test simple, create the example config below at /tmp/fluentd.conf. This example accepts records from http, and output to stdout.