2.0.2
2.0.2
List of PRs / issues for this release
Bugfixes
- Installation of the package now fails if the
docker-pypackage is
installed in order to prevent obscure naming conflicts when both
packages co-exist. - Added missing
filtersparameter toAPIClient.networks. - Resource objects generated by the
DockerClientare now hashable. - Fixed a bug where retrieving untagged images using
DockerClient
would raise aTypeErrorexception. modeparameter increate_serviceis now properly converted to
a valid data type for the Engine API. UseServiceModefor advanced
configurations.- Fixed a bug where the decoded
APIClient.eventsstream would sometimes raise
an exception when a container is stopped or restarted.