Communicate with GET request between 2 applications – only one of them run as a docker container
I have created an image of my application and run a container on one machine. my inner container port is: 8081. I see that the container is running. I would like to talk with that container from another machine from…