Skip to content
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 response from daemon: client version 1.40 is too new. Maximum supported API version is 1.38 #292

Closed
mediaessenz opened this issue May 25, 2020 · 4 comments

Comments

@mediaessenz
Copy link

mediaessenz commented May 25, 2020

After updating my local docker to the latest version (19.0.3.9) using brew update && brew upgrade, I get this error when entering e.g. docker ps in the console:

Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.38

Because of the still open issue #290 I'm using the v18.06.1-ce boot2docker iso image for my parallels vm.

Now, I'm in a dead end :-(

The only way to get out of it is:

brew unlink docker
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8a947170e0ebffed2e4369e1fb9c9c31a81d2f30/Formula/docker.rb

This installs docker 19.03.06 again, where this problem doesn't exists.

To avoid future automatic updates this could also be helpful:

brew pin docker
@codekitchen
Copy link
Owner

I'm not sure how #230 could be related, did you mean to link to a different issue?

@mediaessenz
Copy link
Author

mediaessenz commented Jun 10, 2020

I meant #290. Already fixed it in my issue description.

@mediaessenz
Copy link
Author

Meanwhile I updated to the newest docker version coming with brew (19.03.11) and the problem was solved.

So, I think this issue could be closed.

@codekitchen
Copy link
Owner

ah cool, good to hear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants