Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client and server don't have same version (client : 1.12, server: 1.10) #323

Closed
trungtuan opened this issue Jul 17, 2014 · 6 comments
Closed

Comments

@trungtuan
Copy link

Hi there,

I am having problem running fig/docker on Ubuntu 14.04 desktop 64 bit VM. Docker is running very well without any error. However, # fig up or # fig ps all yield the error

client and server don't have same version (client : 1.12, server: 1.10)
Not sure what went wrong because all Google result point to boot2docker, which is not quite relevant is it?

Thanks

@d11wtq
Copy link

d11wtq commented Jul 17, 2014

You need a newer version of Docker to use Fig. Docker >= 1.0 should work.

@trungtuan
Copy link
Author

Thanks a lot

On Thursday, July 17, 2014, Chris Corbyn notifications@github.com wrote:

You need a newer version of Docker to use Fig. Docker >= 1.0 should work.


Reply to this email directly or view it on GitHub
#323 (comment).

@bfirsh bfirsh closed this as completed Jul 17, 2014
@bitliner
Copy link

bitliner commented Mar 2, 2015

running docker-compose up throws

client and server don't have same version (client : 1.14, server: 1.12)

and I am using Docker version 1.0.1, build 990021a.

docker info's output

Containers: 1
Images: 16
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Dirs: 18
Execution Driver: native-0.2
Kernel Version: 3.13.0-37-generic
WARNING: No swap limit support

@decoomanj
Copy link

Same here, but it seems only to happen during the installation.

+ sudo -E sh -c 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
FATA[0000] Error response from daemon: client and server don't have same version (client : 1.17, server: 1.15) 

When you restart the docker service and then run "sudo docker version", all seems to be installed fine.

Client version: 1.5.0
Client API version: 1.17
Server version: 1.5.0
Server API version: 1.17

@bitliner
Copy link

bitliner commented Mar 2, 2015

Well, maybe version 1.0.1 is not supported. I will try updating docker to latest versions

@aanand
Copy link

aanand commented Mar 2, 2015

Compose requires Docker 1.3 or later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants