interlock: supports only one path per host

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2018-07-18 10:05:39 -04:00
parent 0dc69fc7d9
commit 787a7c65a2
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ $> docker service create \
ehazlett/docker-demo ehazlett/docker-demo
``` ```
> Interlock supports only one path per host per service cluster. Once a
> particular `com.docker.lb.hosts` label has been applied, it cannot be applied
> again in the same service cluster.
{: .important}
Interlock will detect once the service is available and publish it. Once the tasks are running Interlock will detect once the service is available and publish it. Once the tasks are running
and the proxy service has been updated the application should be available via `http://demo.local`: and the proxy service has been updated the application should be available via `http://demo.local`: