From c0827dd305555384e38d17d43d7908d5fa1bb2c2 Mon Sep 17 00:00:00 2001 From: Mike Damm Date: Wed, 25 Apr 2018 10:08:55 -0700 Subject: [PATCH] Properly escape angle brackets (#6539) --- network/overlay.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/network/overlay.md b/network/overlay.md index f0f23f2e91..18a8780592 100644 --- a/network/overlay.md +++ b/network/overlay.md @@ -283,8 +283,7 @@ routing on the individual Docker daemon hosts. ### Container discovery -For most situations, you should connect to the service name, which is load-balanced and will be handled by all containers ("tasks") backing the service. -If you need to get a list of all tasks backing the service you can do a DNS lookup for tasks.. +For most situations, you should connect to the service name, which is load-balanced and handled by all containers ("tasks") backing the service. To get a list of all tasks backing the service, do a DNS lookup for `tasks..` ## Next steps