Hi all!
I was wondering if it is possible to connect to a Postgres instance from a Dremio instance when both of them are running on the same host (machine 1) and via Docker. (I would like to use the host’s IP address instead of container’s IP address)
FYI 1: I ran another Dremio instance in another host (machine 2) and I was able to connect to the Postgres instance using machine 1’s IP address. But for some reason, when trying the same settings when both of the containers are in machine 1, it is not working.
FYI 2: I went inside the Dremio container and tried ping, nslookup and nmap, and all of them are working.