Hey everyone! I'm experiencing a networking issue with Docker that's really confusing me. Everything runs smoothly with 15 containers, but once I try to start my 16th, the network breaks down. Some containers can connect locally, but they can't communicate with each other. I'm not suspecting a resource problem—I'm more interested in whether there are specific logs or Docker Desktop settings I should be investigating. Here are my system specs:
- **OS:** Windows 11
- **CPU:** AMD Ryzen 9 7950X3D
- **RAM:** 64 GB
- **GPU:** AMD RX 7900 XTX
I'm using Docker Desktop version 4.43.2. As for resource usage, my containers are using 1.69% CPU and 2.38GB memory. Any insights would be highly appreciated!
1 Answer
It sounds like you might be running into subnet issues. I faced something similar when I was using multiple compose files and hit subnets limits. If you can share your compose file, that would help narrow it down!
I suspect that’s the case too! I’ll post my compose files soon as I get back to my PC.