Newbie here to docker. I have two hosts running with container in each that i need to allow communications between for application clustering purposes. Ive searched and read, and have some concepts of docker networks, docker swarm, but its blurry to me on what steps I need to do to allow 2 containers to communicate with each other at the application level.
Thank you. Been in these docs all day. Like I mentioned i have the containers up, operational and can connect to them with browser on the ports i have exposed. Ive been researching overlay networks and trying different things, but the localIP on the container is still the internal IP that is only brodcast inside the docker host.