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 was archived by the owner on Jan 24, 2018. It is now read-only.
Rather than getting rejected by the Docker host, use the response message (or another API call) to determine the version of the Docker API that docker-py should be using. Typical message:
Error response from daemon: client and server don't have same version (client : 1.13, server: 1.12)
This may work better in docker-py, but we can put it in tmpnb before they make a release with API detection.