Skip to content

Commit

Permalink
Update broken link for Docker service constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
clrech authored and traefiker committed Jan 8, 2019
1 parent 906f4fe commit 698621f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/swarm-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker-machine ssh manager "docker network create --driver=overlay traefik-net"
## Deploy Traefik

Let's deploy Traefik as a docker service in our cluster.
The only requirement for Traefik to work with swarm mode is that it needs to run on a manager node - we are going to use a [constraint](https://docs.docker.com/engine/reference/commandline/service_create/#/specify-service-constraints-constraint) for that.
The only requirement for Traefik to work with swarm mode is that it needs to run on a manager node - we are going to use a [constraint](https://docs.docker.com/engine/reference/commandline/service_create/#specify-service-constraints---constraint) for that.

```shell
docker-machine ssh manager "docker service create \
Expand Down

0 comments on commit 698621f

Please sign in to comment.