Quick StartΒΆ

Start Docker container with ZooNavigator Docker image:

docker run \
  -d --network host \
  -e HTTP_PORT=9000 \
  --name zoonavigator \
  --restart unless-stopped \
  elkozmon/zoonavigator:latest

Go to http://localhost:9000.

Windows and Mac users: If wanting to access ZooKeeper running locally on host machine (not in Docker container), follow this advice.