kafka-websocket icon indicating copy to clipboard operation
kafka-websocket copied to clipboard

Can't run docker

Open sabdalla80 opened this issue 6 years ago • 1 comments

docker build gives error related to mvn plugins.

I tried by pulling the image, When running the 'docker run' command on mac, it gives the following error knowing I do have kafka running fine locally.

$ docker run -it -p 7080:7080 timwaizenegger/kafka-websocket ERROR 19:19:07,928 Failed to start the server: DNS resolution failed for url in bootstrap.servers: kafka:9092

sabdalla80 avatar Sep 01 '19 19:09 sabdalla80

I have the same problem.. any ideas?.. its the dns resolution 'inside' the docker image..? i put 'kafka' in hosts /etc/hosts file pointing to localhost/127.0.0.1 .. but it does not help.. so..

dancegit avatar Feb 13 '20 15:02 dancegit