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
By default, the latest possible version of docker-py will be installed by pip. But, the latest versions of docker-py will default to a higher version of the Docker API.
This can result in error messages such as: client is newer than server (client API version: 1.30, server API version: 1.24).
Perhaps we should force construi onto the oldest possible version of docker-py. In theory this provides the widest range of compatibility with Docker versions without having to specify an explicit version.
By default, the latest possible version of docker-py will be installed by pip. But, the latest versions of docker-py will default to a higher version of the Docker API.
This can result in error messages such as: client is newer than server (client API version: 1.30, server API version: 1.24).
Perhaps we should force construi onto the oldest possible version of docker-py. In theory this provides the widest range of compatibility with Docker versions without having to specify an explicit version.
It should also be possible to set the API version when creating the Docker client https://github.com/docker/docker-py/blob/2.1.0/docker/constants.py#L5
The text was updated successfully, but these errors were encountered: