Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
List of PRs / issues for this release
Features
HostConfig
parameters:volume_driver
,cpu_count
,cpu_percent
,nano_cpus
,cpuset_mems
.verbose
parameter inAPIClient.inspect_network
andDockerClient.networks.get
.environment
parameter inAPIClient.exec_create
and
Container.exec_run
reload_config
method toAPIClient
, that lets the user reloadthe
config.json
data from disk.labels
property to theImage
andContainer
classes.image
property to theContainer
class.Bugfixes
replicas
to zero inServiceMode
would notregister as a valid entry.
DockerClient.images.build
would report a failure aftera successful build if a
tag
was set.DockerClient.images.pull
would fail to return thecorresponding image object if a
tag
was set.mounts
provided toAPIClient.create_service
would sometimes be parsed incorrectly.
Network.containers
would crash when no containerswere associated with the network.
Network.connect
andNetwork.disconnect
would notaccept some of the documented parameters.
cpuset_cpus
parameter would not be properly set inAPIClient.create_host_config
.Miscellaneous
networks
argument inDockerClient.containers.run
has beenreplaced with a (working) singular
network
argument.