summaryrefslogtreecommitdiff
path: root/docker/api
Commit message (Expand)AuthorAgeFilesLines
* Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-311-3/+12
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-303-5/+8
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-303-2/+19
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-262-11/+9
* Bump default API version to 1.35Joffrey F2018-01-263-19/+59
* Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-242-3/+20
|\
| * Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-232-3/+20
* | Fix regression on API < 1.25Viktor Adam2018-01-121-1/+8
|/
* Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-1/+3
* FormattingJoffrey F2017-12-191-2/+2
* Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm45...Joffrey F2017-12-191-1/+2
|\
| * make the error message clearerBoik2017-12-161-1/+2
* | Merge pull request #1727 from mbelang/join-swarn-default-listen-addressJoffrey F2017-12-181-1/+1
|\ \
| * | Add join_swarm default listen addressMaxime Belanger2017-08-291-1/+1
* | | Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-141-8/+8
* | | Merge pull request #1807 from rycus86/update_service_from_prev_specJoffrey F2017-12-141-14/+63
|\ \ \
| * | | Renaming new argumentViktor Adam2017-12-141-30/+23
| * | | Fix resetting ContainerSpec properties to NoneViktor Adam2017-11-151-2/+3
| * | | Service model update changesViktor Adam2017-11-141-24/+43
| * | | Update service using previous specViktor Adam2017-11-141-8/+44
* | | | Merge pull request #1834 from mhank/1823-support-update-orderJoffrey F2017-12-141-0/+4
|\ \ \ \
| * | | | Add support for order property when updating a serviceMichael Hankin2017-12-121-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #1835 from docker/1758-url-quote-pathJoffrey F2017-12-131-1/+1
|\ \ \ \
| * | | | Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-1/+1
| |/ / /
* | | | Merge pull request #1816 from Anvil/honor-stoptimeoutJoffrey F2017-12-131-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for #1815: make APIClient.stop honor container StopTimeout valueDamien Nadé2017-11-211-3/+9
| |/ /
| * | Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-071-1/+4
| * | Add support for insert_defaults in inspect_serviceJoffrey F2017-11-071-3/+13
| * | Update SwarmSpec to include new parametersJoffrey F2017-11-071-7/+22
| * | Add support for scope filter in inspect_networkJoffrey F2017-11-071-1/+16
| * | Doc fixesJoffrey F2017-11-072-6/+6
| * | Add support for secret driver in create_secretJoffrey F2017-11-071-1/+12
| * | Improve docs for service list filtersAlessandro Baldo2017-11-071-1/+2
| * | Add support for configs managementJoffrey F2017-11-072-0/+93
| * | Add support for new ContainerSpec parametersJoffrey F2017-11-072-28/+44
| * | Fix indentation in docstringErik Johnson2017-11-071-1/+1
| * | Add support for extra_hosts option in buildJoffrey F2017-11-071-1/+14
| * | Add support for mounts in HostConfigJoffrey F2017-11-071-0/+4
| * | Fix simple documentation copy/paste error.Jan Losinski2017-11-071-2/+2
| * | Fix prune_images docstringJoffrey F2017-11-071-2/+2
| * | Always send attach request as streamingJoffrey F2017-08-221-1/+1
| * | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-173-8/+20
| * | Add support for the `squash` flag when buildingGabriel Féron2017-08-171-1/+12
| * | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-171-1/+1
| * | Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-171-1/+4
| * | Return generator for output of load_image endpointJoffrey F2017-08-171-3/+26
| * | Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-171-2/+2
| * | Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1
| * | client.networks.create check_duplicates docs not reflective of behaviorDima Spivak2017-08-171-1/+1
| * | Fix #1673 check resource error in container network APIMatthew Berry2017-08-171-2/+2