Problem Statement
Why would you create a custom Docker network instead of using the default bridge network?
Explanation
Custom networks give you stronger isolation, logical grouping of containers, predictable DNS names for containers, and better control of communication. These are useful when you build multi-container applications and want services to talk in a controlled way.
