Of what?
The error message you shared in your first post shows that the framework used as docker client uses the api version 1.24. Is it safe to assume that this is an error thrown by the PhpStorm IDE itself?
The minimum supported api version is 1.44 now (which, btw, the error message from your first post indicates as well). It was introduced with Docker v25 on 2024-01-19 and is supported up the current v29.
It is like @bluepuma77 wrote: the client frameworks need to catch up to a supported Docker API version.