fixing typo + clarifying verbiage (#6445)

This commit is contained in:
Samuel Coronado
2018-04-13 11:57:43 -05:00
committed by Gwendolynne Barr
parent 09f8c126f4
commit ea0b363e94

View File

@@ -10,7 +10,7 @@ redirect_from:
The `overlay` network driver creates a distributed network among multiple
Docker daemon hosts. This network sits on top of (overlays) the host-specific
networks allows containers connected to it (including swarm service
networks, allowing containers connected to it (including swarm service
containers) to communicate securely. Docker transparently handles routing of
each packet to and from the correct Docker daemon host and the correct
destination container.