2015-04-23 15:46:35 -04:00
|
|
|
Bridge Driver
|
|
|
|
=============
|
|
|
|
|
2015-05-20 14:05:52 -04:00
|
|
|
The bridge driver is an implementation that uses Linux Bridging and iptables to provide connectivity for containers
|
2015-04-23 15:46:35 -04:00
|
|
|
It creates a single bridge, called `docker0` by default, and attaches a `veth pair` between the bridge and every endpoint.
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
The bridge driver supports configuration through the Docker Daemon flags.
|
|
|
|
|
2018-05-02 05:43:27 -04:00
|
|
|
## Usage
|
2015-04-23 15:46:35 -04:00
|
|
|
|
|
|
|
This driver is supported for the default "bridge" network only and it cannot be used for any other networks.
|