Merge branch v2.2 into v2.3
This commit is contained in:
commit
ca6b46533a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ Therefore you **must** specify the port to use for communication by using the la
|
||||||
Docker Swarm Mode follows the same rules as Docker [API Access](#docker-api-access).
|
Docker Swarm Mode follows the same rules as Docker [API Access](#docker-api-access).
|
||||||
|
|
||||||
As the Swarm API is only exposed on the [manager nodes](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/#manager-nodes), you should schedule Traefik on the Swarm manager nodes by default,
|
As the Swarm API is only exposed on the [manager nodes](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/#manager-nodes), you should schedule Traefik on the Swarm manager nodes by default,
|
||||||
by deploying Traefik with a [constraint](https://success.docker.com/article/using-contraints-and-labels-to-control-the-placement-of-containers) on the node's "role":
|
by deploying Traefik with a constraint on the node's "role":
|
||||||
|
|
||||||
```shell tab="With Docker CLI"
|
```shell tab="With Docker CLI"
|
||||||
docker service create \
|
docker service create \
|
||||||
|
|
Loading…
Reference in a new issue