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