Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 541 Bytes

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