Problem Statement
What is the default network driver used by Docker on a single host?
Explanation
By default, Docker uses the bridge network driver for containers on a single host. This network allows containers to communicate with one another and with the host unless configured otherwise.
