Jun 22, 2022
Hi, thank for the response.
Containers can communicate between each other. Each container have its own network ip address, i think docker inspect shows you that.
What is better, if you orchestrate your docker images using docker-compose.yml file, you can access each container from every other by its name (you define in docker-compose.yml).