-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Traefik with Docker 1.12 Swarm Mode #504
Comments
My goal is to run traefik as a global service in docker swarm and have it communicate with the docker swarm API and use the Use case: service 1 created and scaled via docker swarm with label (this label is only visible as part of the service and not individual containers) https://docs.docker.com/engine/reference/commandline/service_create/ |
@timchunght for sure, we will make traefik compliant with Docker swarm mode :) |
We are watching closely the 1.12 feature and how they will evolve between 1.12 and 1.13, but we're definitely going to support that 👼 😉 |
WoW, Can't wait! 👯 🎵 |
@vdemeester is there any timeline on this feature. Really excited and looking forward to it! Thanks! |
I'm new to traefik but searching for reverse proxy solution in docker swarm mode. I think, in the meantime, we can use file backend and route them using domain name with attached network. Swarm already handles service discovery and load balancing. |
I |
#504 Initial support for Docker 1.12 Swarm Mode
Think you mean fixed by #602 ;) |
What I am attempting to do is run Traefik as a
docker service
in the new swarm mode and have it auto discover all the other services.However, without the ability to bind the docker socket in swarm mode, what can we do to have traefik do auto service discovery for all the other services in docker swarm. Thanks
The text was updated successfully, but these errors were encountered: