ches / docker-kafka

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

container shutdown immediately #59

Open thuylevn opened 4 years ago

thuylevn commented 4 years ago

after run docker run -d \ --hostname localhost \ --name kafka \ --volume ./data:/data --volume ./logs:/logs \ --publish 9092:9092 --publish 7203:7203 \ --env KAFKA_ADVERTISED_HOST_NAME=127.0.0.1 --env ZOOKEEPER_IP=127.0.0.1 \ ches/kafka container shutdown immediately image

srikanthgr commented 3 years ago

@thuylevn I'm facing the same issue :( Did you able to resolve the issue?

OneCricketeer commented 3 years ago

This Docker image isn't mainainted. Please switch to another Kafka image