Docker-compose remote TServer

Hi,
i tried to build a yugabyte cluster with docker, there is 2 nodes:

  • 1st node: Master and Tserver
  • 2nd node: Tserver

It works with the first node but the second doesn’t full communicate with the master/tserver. The 2 node can only join the master but i think that master try to communicate with private IP of Docker…

Have you try to build a yugabyte cluster like this?

You can use yb-docker-ctl - command line tool for administering local Docker-based clusters | YugabyteDB Docs or YugabyteDB Quick start for Docker | YugabyteDB Docs to create a docker cluster.