summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update SwarmSpec to include new parametersupdate_swarm_specJoffrey F2017-11-035-18/+160
* Add support for scope filter in inspect_networkJoffrey F2017-11-023-4/+46
* OopsJoffrey F2017-11-021-1/+1
* Fix build tests to not rely on internet connectivityJoffrey F2017-11-021-10/+20
* Disable buffering based on presence of Connection Upgrade headersJoffrey F2017-11-022-37/+35
* Prevent data loss when attaching to containerChris Harris2017-11-021-3/+30
* Doc fixesJoffrey F2017-11-014-20/+22
* Add support for secret driver in create_secretJoffrey F2017-11-011-1/+12
* Improve docs for service list filtersAlessandro Baldo2017-11-013-4/+17
* More ContainerSpec testsJoffrey F2017-10-264-32/+69
* Add support for configs managementJoffrey F2017-10-2611-3/+464
* Add support for new ContainerSpec parametersJoffrey F2017-10-2610-50/+265
* Fix indentation in docstringErik Johnson2017-10-261-1/+1
* Update test engine versions in JenkinsfileJoffrey F2017-10-253-5/+5
* Add support for extra_hosts option in buildJoffrey F2017-10-253-1/+50
* Pin flake8 versionJoffrey F2017-10-242-2/+3
* Add support for mounts in HostConfigJoffrey F2017-10-244-1/+80
* Add support for new types and options to docker.types.MountJoffrey F2017-10-241-14/+41
* Fix simple documentation copy/paste error.Jan Losinski2017-10-161-2/+2
* Remove superfluous version validationJoffrey F2017-10-021-1/+0
* Adding swarm id_attribute to match docker outputSteve Clark2017-09-212-0/+3
* Fix docs, incorrect param namebrett552017-09-211-1/+1
* Do not interrupt streaming when encountering 0-length framesJoffrey F2017-08-312-3/+5
* Fix prune_images docstringJoffrey F2017-08-311-2/+2
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-08-316-8/+8
* Always send attach request as streamingJoffrey F2017-08-212-5/+13
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-212-1/+18
* Bump 2.6.0-devJoffrey F2017-08-171-1/+1
* Merge branch 'release' of github.com:docker/docker-pyJoffrey F2017-08-175-6/+50
|\
| * Changelog typoJoffrey F2017-08-171-1/+1
| * Bump 2.5.02.5.0Joffrey F2017-08-173-2/+36
| * Update default API versionJoffrey F2017-08-171-1/+1
| * Update test versionsJoffrey F2017-08-172-4/+4
| * Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-176-11/+42
| * Add support for the `squash` flag when buildingGabriel FĂ©ron2017-08-172-2/+39
| * Use better version comparison functionJoffrey F2017-08-171-3/+2
| * Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-172-2/+38
| * Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-171-1/+1
| * Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-172-1/+18
| * Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-172-3/+6
| * Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-171-1/+1
| * If we're pinning exact versions of things for requirements.txt, pincyli2017-08-172-8/+18
| * Require "requests[security]" if the `[tls]` option is selected, which also in...cyli2017-08-173-1/+15
| * Leading slash in .dockerignore should be ignoredJoffrey F2017-08-172-0/+6
| * Return generator for output of load_image endpointJoffrey F2017-08-175-6/+58
| * Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-172-3/+4
| * Improve ContainerError message computeJoffrey F2017-08-171-6/+3
| * client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-175-4/+80
| * Added wait to the Container class documentation.Andreas Backx2017-08-171-0/+1
| * Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1