Merge pull request #1041 from twelvelabs/patch-1

Update user guide for upcoming `docker stack deploy`
This commit is contained in:
Emile Vauge 2017-01-24 16:45:11 +01:00 committed by GitHub
commit e20d13c44e

View file

@ -127,6 +127,8 @@ docker-machine ssh manager "docker service create \
emilevauge/whoami"
```
NOTE: If using `docker stack deploy`, there is [a specific way that the labels must be defined in the docker-compose file](https://github.com/containous/traefik/issues/994#issuecomment-269095109).
Check that everything is scheduled and started:
```sh