https://hub.docker.com/r/solsson/kafka-cruise-control/dockerfile This line is kind of dumb ``` RUN echo "local,localhost,/kafkacruisecontrol" > /opt/cruise-control/cruise-control-ui/dist/static/config.csv ``` It makes the cluster named localhost for some reason which I find kind of stupid. Lets build our own image instead
https://hub.docker.com/r/solsson/kafka-cruise-control/dockerfile
This line is kind of dumb
It makes the cluster named localhost for some reason which I find kind of stupid. Lets build our own image instead