问题 I have the following setup in docker: Application (httpd) Fluentd ElasticSearch Kibana The configuration of the logdriver of the application is describing the fluentd container. The logs will be saved in ES and shown in Kibana. When the logdriver is configured as this, it works: web: image: httpd container_name: httpd ports: - "80:80" links: - fluentd logging: driver: "fluentd" options: fluentd-address: localhost:24224 tag: httpd.access And fluentd is mapping its exposed port 24224 on port