Tag Archives: client is newer than server

The solution of docker client is newer than server

Explain the function of static keyword and final keyword in Java in detail>>>

When the client version of docker is higher than the server version, an error will be reported:

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

At this point, just execute the following command to solve the problem:

$ docker-machine upgrade