/zookeeper-docker

Primary LanguageDockerfileApache License 2.0Apache-2.0

zookeeper-docker

To build and test the image, run the commands below.

docker build -t kafkatest-zookeeper .

docker run --rm --name kafkatest_zookeeper -p 2181:2181 -i kafkatest-zookeeper