A development team asks how containers in different Docker networks can communicate. What is the correct approach?
-
A
Connect them to the same overlay network
-
B
Use host networking for all containers
-
C
Expose all ports on 0.0.0.0 by default
-
D
Disable network isolation via --privileged