You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When we run a docker image it creates a docker container and each docker container creates it's own isolated docker network.
- When I deploy two containers in same docker network, then they can easily talk to each other using only the container names(without localhost, port number etc) as these are in the same network.