ches / docker-kafka

Apache Kafka on Docker
https://hub.docker.com/r/ches/kafka/
146 stars 137 forks source link

Default advertised hostname resolution broken in Docker 1.10.0 #13

Closed davidgiesberg closed 8 years ago

davidgiesberg commented 8 years ago

The way /etc/hosts is being rendered has changed in Docker 1.10.0 - (see docker/docker#19198).

The existing entrypoint script expects the container's bridge network IP to be in the first line of /etc/hosts, but that is no longer the case.

I'll have a PR coming shortly.