From d57f57426b0e4d7ace51fd4256e1d99f32dbb84b Mon Sep 17 00:00:00 2001 From: Terry Burton Date: Sat, 1 Feb 2020 15:51:52 +0000 Subject: [PATCH] Update overlay.md Closes https://github.com/docker/docker.github.io/issues/8038. --- network/overlay.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/network/overlay.md b/network/overlay.md index 18d555de08..f73cf6f3eb 100644 --- a/network/overlay.md +++ b/network/overlay.md @@ -11,9 +11,9 @@ 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, 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. +containers) to communicate securely when encryption is enabled. Docker +transparently handles routing of each packet to and from the correct Docker +daemon host and the correct destination container. When you initialize a swarm or join a Docker host to an existing swarm, two new networks are created on that Docker host: