Skip to content

Dr-kyle/kafka-eagle-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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