Closed Bharathkumarraju closed 2 years ago
It worked for me if i use docker-compose
ubuntu@ip-172-31-11-154:~$ docker-compose -f test.yml up -d
Creating zoonavigator ... done
ubuntu@ip-172-31-11-154:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e26ff4161a3c elkozmon/zoonavigator:latest "./run.sh" 3 seconds ago Up 2 seconds (health: starting) 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp zoonavigator
ubuntu@ip-172-31-11-154:~$ cat test.yml
version: "3.9"
services:
zookeeper-navi:
ports:
- "9000:9000"
image: "elkozmon/zoonavigator:latest"
restart: unless-stopped
container_name: "zoonavigator"
environment:
- "HTTP_PORT=9000"
ubuntu@ip-172-31-11-154:~$
Thanks!!!
Hi,
I run zoonavigator in docker in ubuntu ..from the ubuntu VM able to reach all the zookeepers like below
but when i tried to connect in UI it is saying unable to connect