Container names, in docker-compose, are generated. And I need to pass this name to another container so it can make a connection.
My scenario is, I want to create a container based on docker's container and communicating with the host, execute some thing in a sibling container as the second process within it.
So how can I have a container's name within another?