Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
| ... | ... |
@@ -13,7 +13,7 @@ parent = "engine_extend" |
| 13 | 13 |
Docker Engine network plugins enable Engine deployments to be extended to |
| 14 | 14 |
support a wide range of networking technologies, such as VXLAN, IPVLAN, MACVLAN |
| 15 | 15 |
or something completely different. Network driver plugins are supported via the |
| 16 |
-LibNetwork project. Each plugin is implemented asa "remote driver" for |
|
| 16 |
+LibNetwork project. Each plugin is implemented as a "remote driver" for |
|
| 17 | 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. |