Skip to content

Commit bc4eb8d

Browse files
added note, links re: EVERY_NODE affect on links (docker#2541)
wording change improved wording of Tip improved wording per feedback update EVERY_NODE link description per feedback reworded per feedback Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
1 parent 71dbe9c commit bc4eb8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-cloud/apps/service-links.md

+8
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ scales up or down. Service links are only updated when a service is deployed or
107107
redeployed, but are not updated during runtime. No new service link environment
108108
variables are created when a service scales up or down.
109109

110+
>**Tip:** You can specify one of several [container distribution strategies](/docker-cloud/infrastructure/deployment-strategies.md) for
111+
applications deployed to multiple nodes. These strategies enable automatic
112+
deployments of containers to nodes, and sometimes auto-linking of containers.
113+
Note that if a service with
114+
[EVERY_NODE](/docker-cloud/infrastructure/deployment-strategies.md#every-node)
115+
strategy is linked to another service with EVERY_NODE strategy, containers will
116+
be linked one-to-one on each node.
117+
110118
### Service link example
111119

112120
For the explanation of service linking, consider the following application

0 commit comments

Comments
 (0)