List of PRs / issues for this release
Features
- Generators returned by
attach(),logs()andevents()now have a
cancel()method to let consumers stop the iteration client-side. build()methods can now handle Dockerfiles supplied outside of the
build context.- Added
sparseargument toDockerClient.containers.list() - Added
isolationparameter tobuild()methods. - Added
close()method toDockerClient - Added
APIClient.inspect_distribution()method and
DockerClient.images.get_registry_data()- The latter returns an instance of the new
RegistryDataclass
- The latter returns an instance of the new