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
ID NAME MODE REPLICAS IMAGE
n3m7sxkz91ws traefik global 1/1 traefik:v1.1.2-alpine
s1ngiork1sq7 iamfoo replicated 2/2 devmtl/golang-http-server_1.0:2016-12-06_12h12
The text was updated successfully, but these errors were encountered:
What version of Traefik are you using (
traefik version
)?IMG_traefik="traefik:v1.1.2-alpine"
The key here is
--replicas 2
and--label traefik.backend.loadbalancer.method=drr
. I'm looking to get a basic Round Robin between these two container.At the moment, when I refresh the page I always get:
This request was processed by host: a5c19563e3bd
Any idea how to accomplish this ?
docker service ls
The text was updated successfully, but these errors were encountered: