Docker 29 increased minimum API version, breaks Traefik reverse proxy

Judging by the sources, the docker-java dependency in version 3.5.1 should already support api-version 1.44:

The solution for you might be as easy, as setting api.versionin the docker-java.properties:
https://github.com/docker-java/docker-java/blob/main/docs/getting_started.md#properties-docker-javaproperties

2 Likes