Every clean installation of Docker comes with a pre-built network called bridge.
docker network ls
returns:
NETWORK ID NAME DRIVER SCOPE 45df8a26c099 bridge bridge local 99d0975ea463 host host local 0190ffd8ff93 none null local
NOTE: The bridge network is associated with the bridge driver.