Merge pull request #7045 from trapier/interlock-single-path-per-host

interlock: supports only one path per host
This commit is contained in:
Tammy Fox 2018-08-03 13:53:31 -04:00 committed by GitHub
commit 58e41ff650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ $> docker service create \
ehazlett/docker-demo ehazlett/docker-demo
``` ```
> Only one path per host
>
> 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`: