mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Properly escape angle brackets (#6539)
This commit is contained in:
committed by
Gwendolynne Barr
parent
46058e5c01
commit
c0827dd305
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user