Containerized web UI for Zookeeper
#docker build
git clone https://github.com/lxitgto/clojure-zk-web.git
docker build -t clojure-zk-web .
#docker run
docker run -it --rm -p 8080:8080 clojure-zk-web
#login
access http://localhost:8080
username: admin Password: hello
Content type
Image
Digest
sha256:da5ead4e0…
Size
-
Last updated
almost 11 years ago
docker pull lxitgto/clojure-zk-web