Skip to content

Commit 4e2143d

Browse files
authored
Merge pull request docker#10228 from terryburton/patch-1
Update overlay.md
2 parents 9a55576 + d57f574 commit 4e2143d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

network/overlay.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ redirect_from:
1111
The `overlay` network driver creates a distributed network among multiple
1212
Docker daemon hosts. This network sits on top of (overlays) the host-specific
1313
networks, allowing containers connected to it (including swarm service
14-
containers) to communicate securely. Docker transparently handles routing of
15-
each packet to and from the correct Docker daemon host and the correct
16-
destination container.
14+
containers) to communicate securely when encryption is enabled. Docker
15+
transparently handles routing of each packet to and from the correct Docker
16+
daemon host and the correct destination container.
1717

1818
When you initialize a swarm or join a Docker host to an existing swarm, two
1919
new networks are created on that Docker host:

0 commit comments

Comments
 (0)