Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 655 Bytes

Troubleshoot_container_and_engine_logs_to_understand_a_connectivity_issue_between_containers.md

File metadata and controls

6 lines (4 loc) · 655 Bytes

Troubleshoot container and engine logs to understand a connectivity issue between containers

To troubleshoot problems with container communication, you can use docker network inspect of the different containers to see, whether those containers are connected through the same network. Also, it is important if you're running a Docker Swarm: If so, your containers need to be bound together by an Overlay network if they're run on different nodes in the swarm. Bridge networks aren't able to communicate over node bondaries.

Official Docker Documentation

Network Inspect