buildcache icon indicating copy to clipboard operation
buildcache copied to clipboard

Client/Server api mismatch

Open juce opened this issue 7 years ago • 1 comments

I'm getting this error, when trying a "buildcache save" command:

Error: Error response from daemon: client is newer than server (client API version: 1.26, server API version: 1.24)

My docker version:

$ docker --version
Docker version 1.12.6, build 78d1802

juce avatar Jun 27 '17 21:06 juce

Should downgrade the client version to the minimum allowed(1.24) instead of the default.

tonistiigi avatar Jun 28 '17 17:06 tonistiigi