I have fluentd working with --log-opt fluentd-address=localhost:24224, and I have the fluentd daemon running inside a container that itself binds to the port on localhost.
Is it possible to configure the fluentd log driver to route directly to the container (without routing first to localhost). This is useful for swarm mode when I have multiple stacks and I'd like each application stack to have its own fluentd container.