Skip to content

pjagielski/kafka-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-docker

Dockerfile for Apache Kafka

The image is available directly from https://index.docker.io

##Quickstart

export START_SCRIPT=https://raw2.github.com/wurstmeister/kafka-docker/master/start-broker.sh
curl -Ls $START_SCRIPT | bash /dev/stdin 1 9092 <your-host-ip>

Note: Do not use localhost or 127.0.0.1 as the host ip if you want to run multiple brokers.

##Tutorial

http://wurstmeister.github.io/kafka-docker/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published