How to connect separate docker containers?
I have built three docker images of node, elastic search, and mongo. Then pushed those to docker hub. after pulling those images, I am running them using the command docker run. They are running successfully. But the node app is…