Skip to content

ojafri/kafdrop-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

kafdrop-docker

Dockerfile for HomeAdvisor/kafdrop

  • build the image

    docker build --no-cache -f Dockerfile --rm -t kafdrop .

  • verify you have it

    docker images

  • now you can run your image as a container (expose/forward to local port 9000 from container's 9000)

    docker run -i -t \ -e ZK_HOSTS="localhost:2181,localhost:2182" \ -e KAFDROP_PORT=9000 \ -e SCHEMA_REGISTRY="http://localhost:8080" \ -e SG_FORMAT=DEFAULT \ -p9000:9000 kafdrop

About

docker file for kafdrop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published