Bryan Zubrod 9e75203598 Use libnetwork/ipvs instead of libipvs (#101)
* Use libnetwork/ipvs alternative
* PR image tag simplification
* Remove nested vendor directories
2017-08-04 14:07:57 -05:00

483 B

Bridge Driver

The bridge driver is an implementation that uses Linux Bridging and iptables to provide connectivity for containers 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.

## Usage

This driver is supported for the default "bridge" network only and it cannot be used for any other networks.