docker run -d \
-p 9000:9000 \
-e ZK_HOSTS="localhost:2181" \
hlebalbau/kafka-manager:latest \
-Dpidfile.path=/dev/null
version: '3.3'
services:
kafka_manager:
image: hlebalbau/kafka-manager
ports:
- "9000:9000"
environment:
ZK_HOSTS: "zoo:2181"
APPLICATION_SECRET: "random-secret"
command: -Dpidfile.path=/dev/null
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; i am always thrilled to receive pull requests, and do our best to process them as fast as I can.