Problem Statement
Which default network driver does Docker use for containers on a single host?
Explanation
By default Docker creates and uses a bridge network for containers on a single host. It allows containers to talk to each other and the host unless explicitly configured otherwise. :contentReference[oaicite:6]{index=6}
