Giter VIP home page Giter VIP logo

Comments (5)

lbpierre avatar lbpierre commented on July 19, 2024 1

I ran into the same issue, because I did not install correctly docker. I fixed my problem, I re-installed docker by this way:
sudo wget -qO- https://get.docker.com/ | sh

Hope it help someone.

from docker-consul.

Darwiner avatar Darwiner commented on July 19, 2024

I'm getting a similar issue. Basically, seems the host is running a version of docker older than the docker binary included in the container. And since we're mounting the /var/run/docker.sock from the host, well... The docker binary in the container doesn't seem to like the version mismatch.

$ docker ps
FATA[0000] Error response from daemon: client and server don't have same version (client : 1.17, server: 1.16)

In my case, with CoreOS:

Container:

$ docker version
Client version: 1.5.0
Client API version: 1.17
Go version (client): go1.4.1
Git commit (client): a8a31ef
OS/Arch (client): linux/amd64

Host:

$ docker version
Client version: 1.4.1
Client API version: 1.16
Go version (client): go1.3.3
Git commit (client): 5bc2ff8-dirty
OS/Arch (client): linux/amd64
Server version: 1.4.1
Server API version: 1.16
Go version (server): go1.3.3
Git commit (server): 5bc2ff8-dirty

from docker-consul.

AshleyAitken avatar AshleyAitken commented on July 19, 2024

Similar (same?) problem on Debian with backports:

sudo docker images
FATA[0000] Error response from daemon: client and server don't have same version (client : 1.17, server: 1.16)

Any suggestions how to update server please?

from docker-consul.

ashw7n avatar ashw7n commented on July 19, 2024

installed kitematics, and it brought in the latest version of docker I suspect. anyways getting this error now.

from docker-consul.

progrium avatar progrium commented on July 19, 2024

We dropped support for builtin Docker, however you can still bind mount your host docker binary in if you need it in shell scripts.

from docker-consul.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.