Dockerfile links docker run \
-p 9092:9092 \
-v /opt/kafka/config/server.properties:/opt/kafka/config/server.properties \
-v /opt/kafka/data:/tmp/kafka-logs \
garland/kafka:kafka_2.12-0.10.2.0
There is a docker-compose file that will startup a zookeeper container and then the Kafka container.
docker-compose up
Content type
Image
Digest
Size
359.8 MB
Last updated
over 9 years ago
docker pull garland/kafka