Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22)
See original GitHub issueDocker container requires newer version of Docker daemon than described at Prereq
Make sure your OS distribution has a kernel that supports Docker 1.8.
Reproduction Steps:
- Run
docker run
same as description on Usage: Docker
Expected behavior:
The container runs.
Observed behavior:
che.sh failed with this message.
Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22)
[Describe observed behavior here]
Che version: 4.4.0. Image digest is sha256:740fe2bd7a325588031882bcee517d49baac9c68e2d4d2e92397cf386985e6c0.
OS and version: CoreOS 1010.6.0 (MoreOS) Docker version: 10.0.3 Che install: Docker container
Additional information:
- Problem started happening recently, didn’t happen in an older version of Che: Unknown
- Problem can be reliably reproduced, doesn’t happen randomly: 100% reproduction.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
client is newer than server (client API version - Stack Overflow
Try setting the version using the command: export DOCKER_API_VERSION=1.23. It worked perfectly fine for me and resolved the issue.
Read more >Error response from daemon: client is newer than server ...
This error message is shown: Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22) ...
Read more >1.23, server API version: 1.22) · Issue #3314 · docker/machine ...
Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22) #3314.
Read more >Error response from daemon client is newer than server client ...
When I attempt to run a Docker command from a Docker client that is connecting to a VCH, the command ... API version:...
Read more >Updating an Amazon EKS cluster Kubernetes version
The update process consists of Amazon EKS launching new API server nodes with the ... For example, a 1.23 kubectl client works with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the feedback!
@eivantsov @TylerJewell , I checked your new installer. My first impression is 👍 🍣. It runs on my CoreOS 1010.6.0 (MoreOS).