Skip to content

higanworks/docker-trifecta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-trifecta

Docker container for trifecta v0.21.3. Supports Kafka 0.10 Start the container with the following command:


forked from janschultecom/docker-trifecta

docker run -d --name trifecta -p 9000:9000 -e ZK_HOST=localhost:2181 higanworks/docker-trifecta

where ZK_HOST is the url to your Zookeeper instance (e.g. localhost:2181).

to use specific root.path.

docker run -d --name trifecta \
  -p 9000:9000 \
  -e ZK_HOST=localhost:2181 \
  -e ZK_PATH=/mycluster \
  higanworks/docker-trifecta

Packages

No packages published

Languages

  • Dockerfile 61.2%
  • Shell 38.8%