mirror of https://github.com/docker/docs.git
interlock: supports only one path per host
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
0dc69fc7d9
commit
787a7c65a2
|
@ -29,6 +29,11 @@ $> docker service create \
|
|||
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
|
||||
and the proxy service has been updated the application should be available via `http://demo.local`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue