Error response from daemon client is newer than server client API version x xx server API version 1 23

0 votes

When I attempt to run a Docker command from a Docker client that is connecting to a VCH, the command fails with the following error:

Error response from daemon: client is newer than server 
(client API version: x.xx, server API version: 1.23)

What I am doing wrong?

Apr 8, 2020 in Docker by akhtar
• 38,230 points
947 views

1 answer to this question.

0 votes

Hi@akhtar,

This version of vSphere Integrated Containers Engine supports Docker 1.11, that includes version 1.23 of the Docker API. You are using a more recent version of the Docker client, that includes a version of the Docker API that is incompatible.

To avoid this do the below given steps.

  1. Open a terminal on the system on which you run the Docker client.

  2. Set the Docker client API to the same version as the one that is used by vSphere Integrated Containers Engine.

    export DOCKER_API_VERSION=1.23

Hope this will work.

answered Apr 8, 2020 by MD
• 95,440 points

Related Questions In Docker

0 votes
1 answer
0 votes
1 answer

Docker: Error response from daemon: timeout was reached before the node joined

The above failure happens when the ‘manager’ ...READ MORE

answered Aug 28, 2019 in Docker by Sirajul
• 59,230 points
6,966 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,469 views
0 votes
1 answer

Error: error response from daemon get https //registry-1.docker.io/v2/ connection refused

Hi@akhtar, Sometimes it happens. I also faced this ...READ MORE

answered Aug 27, 2020 in Docker by MD
• 95,440 points

reshown Nov 22, 2023 by Soumya 211,286 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP