项目作者: Dr-kyle
项目描述 :
kafka eagle docker image
高级语言: Dockerfile
项目地址: git://github.com/Dr-kyle/kafka-eagle-docker.git
kafka-eagle-docker
Install kafka-eagle with Docker
Dockerfile
Pulling the image
docker pull xianlab/kafka-eagle:v1.4.1
Start
sudo docker run --name kafka-eagle --net host \
-v /conf/system-config.properties:/app/kafka-eagle/conf/system-config.properties \
xianlab/kafka-eagle:v1.4.1
Using custom Docker images
FROM xianlab/kafka-eagle:v1.4.1
COPY log4j.properties /app/kafka-eagle/conf
COPY system-config.properties /app/kafka-eagle/conf