From a9bbafe69350a20527f75c4a75fd74582af9849a Mon Sep 17 00:00:00 2001 From: zaggash Date: Tue, 12 Sep 2017 02:03:53 +0200 Subject: [PATCH] Missing space (#4535) --- engine/swarm/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/networking.md b/engine/swarm/networking.md index c3f29cfc03..4a8922bfb0 100644 --- a/engine/swarm/networking.md +++ b/engine/swarm/networking.md @@ -207,7 +207,7 @@ option before using it in production. ## Attach a service to an overlay network -To attach a service to an existingoverlay network, pass the `--network` flag to +To attach a service to an existing overlay network, pass the `--network` flag to `docker service create`, or the `--network-add` flag to `docker service update`. ```bash