You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: