Hello,
I have a docker image with habitat installed and I am running three containers as:
docker run -ti my-image:latest
Inside each of them I’m running the following commands:
Container 1
hab sup run
Container 2
hab sup run --peer=172.18.0.2
Container 3
hab sup run --peer=172.18.0.2
Here, 172.18.0.2 is the IP address of the first container.
But when I open $CONTAINER_IP:9631/services
, I get a blank response.
What could be going wrong?