-
Notifications
You must be signed in to change notification settings - Fork 299
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
Bug: Error while fetching server API version #757
Comments
Same issue for |
My guess is that this is happening with one of the components maintained by docker, either docker desktop or the python docker client, we don't really have docker desktop in the cicd, it's not so easy to install there. I'll try to take a look if it's that, see if upgrading the python docker client helps, in case it's not the latest or something. There have been instances of python requests library causing issues as well |
Thank you. I reinstalled docker desktop, cleaned everything up, and restarted, and... It magically resolved. I hate it when things are so obscure, but at least my tests are passing again. I imagine it is something in docker desktop that is fucking things up. Weirdly though, I was able to communicate with docker normally even when the test container library was not. |
Same issue, had to reinstall docker desktop after macos Sequoia update. |
Describe the bug
The library is raising a
DockerException
when trying to fetch the server version. I saw multiple older issues related to this issue, but it's now repeating.To Reproduce
Runtime environment
Results of running
docker context ls
:The text was updated successfully, but these errors were encountered: