Traefik сompatibility issue сaused by Docker v29 Daemon API update


Description

Docker v29 and later releases have introduced a breaking change by updating the Daemon API version to 1.44.

For the best compatibility, it is strongly recommended that you use the LTSC 2022 base image and make sure that your Traefik version is 3.6.1 or later.

If you are still using LTSC 2019 (1809), you can attempt to set the Docker environment variable to:

DOCKER_MIN_API_VERSION=1.24

Important: Be aware that this alternative approach does not guarantee a correct or stable application behavior. Note that it can only be used as a temporary measure.