-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
I can't find what I'm looking for
Description
Hi folks,
With the release of Docker 29, the Engine API older than 1.44 is no longer supported.
The engine description page lists the maximum engine API for each version, but I was looking for the minimum version: which Docker version is required to connect to the given version?
E.g., if my Docker server runs version 29, the client must support at least Engine API version 1.44, which requires Docker 24 and later.
This comparison is also relevant to CI environments for finding out which versions should be supported.
Thank you for taking this into consideration.
Best,
Anton
Location
https://docs.docker.com/reference/api/engine/
Suggestion
Extend the API version matrix to include not only the maximum API version but also the minimum version.