From dd068472d6fb55fcb90299082517cbb3044c76b4 Mon Sep 17 00:00:00 2001 From: Istvan Tapai <997297+itapai@users.noreply.github.com> Date: Sat, 19 Jan 2019 05:09:27 +0100 Subject: [PATCH] fix typo --- network/overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/overlay.md b/network/overlay.md index 8b476c2d3d..c3e75a04d7 100644 --- a/network/overlay.md +++ b/network/overlay.md @@ -265,7 +265,7 @@ this for each node joining the swarm. ### Attach a standalone container to an overlay network -The `ingress` network is create without the `--attachable` flag, which means +The `ingress` network is created without the `--attachable` flag, which means that only swarm services can use it, and not standalone containers. You can connect standalone containers to user-defined overlay networks which are created with the `--attachable` flag. This gives standalone containers running on