-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version #461
Comments
i have created pull request #462 |
This error message would indicate a client error, not a docker compose version error. I would expect upgrading your docker client is the required fix, not changing the docker compose version. Version '2.0' has been supported from docker engine I am curious why upgrading the docker-compose version appears to fix this for you? Perhaps a bug in the windows client implementation? |
A quick google finds similar issues which indicate a bug in the Windows implementation. Did you try anything like 'Switch to linux containers' (docker/compose#4106 (comment)) ? |
'Switch to linux containers' does not work. It will occure an error:
|
@HQebupt - sounds like a Docker on windows issue rather than anything to do with this image. |
It's still not working. Any news about this problem? |
put in the head of docker-compose:
it helped me |
You have 2 options here
|
It started working for me after switching to Linux containers on Win 10 |
This worked fine for me...Thanks |
Version 2 --> 2.4 see wurstmeister/kafka-docker#461
This solution saved my day. Thank you. |
Perfecto, esto funcionó en un ambiente de Linux |
Thank you @StayHomeThereIsNoFrance ! |
More details here: wurstmeister/kafka-docker#461
the error happened after upgrade window docker desktop to the latest.
the workaround is increase version of docker-compose file.
The text was updated successfully, but these errors were encountered: