Signed-off-by: Charles Smith <charles.smith@docker.com>
(cherry picked from commit 9ae64de6143451b0c3a3b2fe368b1c365b10e1a4)
Signed-off-by: Tibor Vass <tibor@docker.com>
| ... | ... |
@@ -18,6 +18,17 @@ LibNetwork, which shares plugin infrastructure with Engine. Effectively, network |
| 18 | 18 |
driver plugins are activated in the same way as other plugins, and use the same |
| 19 | 19 |
kind of protocol. |
| 20 | 20 |
|
| 21 |
+## Network driver plugins and swarm mode |
|
| 22 |
+ |
|
| 23 |
+Docker 1.12 adds support for cluster management and orchestration called |
|
| 24 |
+[swarm mode](../swarm/index.md). Docker Engine running in swarm mode currently |
|
| 25 |
+only supports the built-in overlay driver for networking. Therefore existing |
|
| 26 |
+networking plugins will not work in swarm mode. |
|
| 27 |
+ |
|
| 28 |
+When you run Docker Engine outside of swarm mode, all networking plugins that |
|
| 29 |
+worked in Docker 1.11 will continue to function normally. They do not require |
|
| 30 |
+any modification. |
|
| 31 |
+ |
|
| 21 | 32 |
## Using network driver plugins |
| 22 | 33 |
|
| 23 | 34 |
The means of installing and running a network driver plugin depend on the |