Properly escape angle brackets (#6539)

This commit is contained in:
Mike Damm
2018-04-25 10:08:55 -07:00
committed by Gwendolynne Barr
parent 46058e5c01
commit c0827dd305

View File

@@ -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.<service-name>.
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.<service-name>.`
## Next steps