You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker service create --name whoami0 --label traefik.port=80 --network traefik-net emilevauge/whoami
docker service scale whoami0=2
Docker ps:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
58f53a2d8fbf emilevauge/whoami:latest "/whoamI" 7 minutes ago Up 7 minutes 80/tcp whoami0.2.9303q9iqgof0fqkielgmfjq9e
42536b24dea6 emilevauge/whoami:latest "/whoamI" 8 minutes ago Up 8 minutes 80/tcp whoami0.1.bgcog5iq2strgvpyu7c30jkcj
Hi,
I'm trying Traefik in a single node Docker 1.12.3 in Swarm-Mode.
I've using traefik v1.1.0-rc1 and v1.1.0-rc3, both problem.
The load-balancing when scalling up a service doesn't work (only in a single node-mode).
Here is my traefik.toml :
Here is my traefik's service creation :
Here is my Whoami0 test :
Docker ps:
Curl "whoami0.docker.locahost" :
return : Hostname: 58f53a2d8fbf always
If I publish the port of whoami0 and curl on it, Swarm load-balance resquests.
Any ideas ?
Thanks for Traefik, it's awesome.
The text was updated successfully, but these errors were encountered: