Skip to content

Commit d57f574

Browse files
authored
Update overlay.md
Closes docker#8038.
1 parent 4dc6844 commit d57f574

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)