github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/libnetwork/docs/bridge.md (about) 1 Bridge Driver 2 ============= 3 4 The bridge driver is an implementation that uses Linux Bridging and iptables to provide connectivity for containers 5 It creates a single bridge, called `docker0` by default, and attaches a `veth pair` between the bridge and every endpoint. 6 7 ## Configuration 8 9 The bridge driver supports configuration through the Docker Daemon flags. 10 11 ## Usage 12 13 This driver is supported for the default "bridge" network only and it cannot be used for any other networks.