Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

failure to run if client and server API versions don't match #41

Closed
neurogenesis opened this issue Aug 11, 2015 · 3 comments
Closed

failure to run if client and server API versions don't match #41

neurogenesis opened this issue Aug 11, 2015 · 3 comments

Comments

@neurogenesis
Copy link

since not everyone will be using the same version of the server API, the docker-gc client should be able detect and use the appropriate version of the docker API.

@davidxia
Copy link
Contributor

Good suggestion. We're definitely open to PRs :)

On Tue, Aug 11, 2015 at 5:45 PM, ives notifications@github.com wrote:

since not everyone will be using the same version of the server API, the
docker-gc client should be able detect and use the appropriate version of
the docker API.


Reply to this email directly or view it on GitHub
#41.

David Xia
Software Engineer
dxia@spotify.com

@wereHamster
Copy link

The docker daemon may be newer than the client talking to it. Since the rm and rmi commands have been in docker for a while, it is sufficient to install an old version (eg. 1.6) and docker-gc will be able to talk to all newer deamons.

@rohansingh
Copy link
Contributor

We just shell out to docker. If there's an issue and the docker CLI is unable to communicate with the Docker daemon, then there's something wrong with the setup.

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

No branches or pull requests

4 participants