George G
George G
If you use `ARG` instead of `ENV` you wouldn't even have to edit the Dockerfile. See https://github.com/gg7/docker-kafka/blob/51be341802de622da29480b39998e530c27e08ef/Dockerfile#L8-L9
> I hesitate to do differently than the start-kafka.sh style, but I didn't want to write out every single possible ZK config option either. Relevant pull request: #65.
Alternatively see #65.
I don't see why most people (anyone?) would bother with `ADVERTISED_HOST`. Not only is `advertised.host.name` [deprecated](https://kafka.apache.org/documentation/#brokerconfigs), but you most likely won't need it. Running my fork (Kafka 0.10.1.1 and other...