a bit more detail on network drivers included

This commit is contained in:
Bret Fisher
2018-05-02 23:21:45 -04:00
committed by GitHub
parent 29e37c8e2b
commit 6f9eac7c8e

View File

@@ -65,9 +65,17 @@ eb0eeab782f4 host host
* A network is managed by a *driver*.
* All the drivers that we have seen before are available.
* The built-in drivers include:
* A new multi-host driver, *overlay*, is available out of the box.
* `bridge` (default)
* `none`
* `host`
* `macvlan`
* A multi-host driver, *overlay*, is available out of the box (Swarm clusters).
* More drivers can be provided by plugins (OVS, VLAN...)