Skip to main content

Docker Networking

Bridge Networks

0:00
LearnStep 1/4

Understanding Bridge Networks

Bridge Networks Explained

What is a Bridge Network?

A bridge network creates a private internal network on the host. Containers connected to the same bridge network can communicate, while being isolated from containers on other networks.

Default Bridge vs User-Defined Bridge

text

Creating Custom Bridge Networks

bash

Network Commands

bash