Dynamic change Traefik frontend configuration in Docker Dynamic change Traefik frontend configuration in Docker docker docker

Dynamic change Traefik frontend configuration in Docker


I think is a docker swarm ability. You can update a service in swarm with docker service update, but you cant do it without a swarm cluster. With docker service update you can change labels, images, with the rolling update swarm feature.