buildcache
buildcache copied to clipboard
Client/Server api mismatch
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
Should downgrade the client version to the minimum allowed(1.24) instead of the default.