A project architect must ensure containers in different Docker networks cannot communicate unless explicitly allowed. What feature enforces this?
-
A
Docker network aliases restrict cross-network traffic by default
-
B
By default, containers on different networks are isolated from each other
-
C
IPTables rules must be manually written to enforce isolation
-
D
Docker Compose v3 files disable inter-network routing automatically