🌐

Docker Networking

Connecting containers

Step 1 of 3

Network Types

Docker provides built-in networks: bridge (default, isolated), host (share host network), none (no networking). You can create custom networks.

bash
docker network ls
NETWORK ID   NAME     DRIVER
abc...       bridge   bridge
def...       host     host
ghi...       none     null
bridgewebapidb