asnir
asnir
The env override values instead of merging the values. (it doesn't has the same behavior like file).
Is there any way that I can use reference value? In order to reduce the number of lines at the config file. At the example bellow, I would like to...
Add more info & create compose file. The following properties should be set: - KAFKA_ADVERTISED_HOST_NAME - KAFKA_ADVERTISED_PORT Review [this repo](https://github.com/wurstmeister/kafka-docker). ``` docker run -d --name kafka -p 9092:9092 --link zookeeper:zookeeper...
Don't install the all platform (Kafka, Zookeeper & etc.) on each image. p.s. For example: consider using [this](https://hub.docker.com/r/wurstmeister/kafka/) as base image for Kafka