Nginx – Docker swarm and fluentd logging driver
I tried to record some logs for front-end nginx-based containers using fluentd docker logging driver, but failed. I ended up with following configuration for fluentd (located in /tmp/fluentd/fluent.conf): <source> @type forward port 24224 bind 0.0.0.0 </source> <match **-**> @type stdout…