summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* Rewrite access check in create_archive with EAFP1899-create_archive_fixJoffrey F2018-02-051-5/+3
* 3.1.0-devJoffrey F2018-01-311-1/+1
* Docs fixes3.0.0-releaseJoffrey F2018-01-311-0/+1
* Bump 3.0.0Joffrey F2018-01-311-0/+2
* Update wait to always return a dictwait_returnJoffrey F2018-01-313-11/+7
* Merge pull request #1889 from docker/1441-pull-repository-nameJoffrey F2018-01-311-6/+5
|\
| * Rename `name` parameter in `pull` method to `repository`1441-pull-repository-nameJoffrey F2018-01-311-6/+5
* | Merge pull request #1888 from docker/1884-create_volumes_win32Joffrey F2018-01-311-9/+15
|\ \ | |/ |/|
| * Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-311-9/+15
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-318-309/+85
* | Remove parameters and methods marked as deprecatedJoffrey F2018-01-317-119/+10
|/
* Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-312-6/+23
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-306-44/+55
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-305-47/+88
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-301-3/+17
* Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-291-1/+2
* Move ExecResult definition to models.containersJoffrey F2018-01-293-13/+13
* Merge branch 'container_exec_run' of https://github.com/funkyfuture/docker-py...Joffrey F2018-01-293-8/+18
|\
| * Container.exec_run returns a namedtuple w/ attrs exit_code & outputFrank Sachsenheim2018-01-283-6/+14
| * Container.exec_run returns None as exit_code if stream or socketFrank Sachsenheim2018-01-281-5/+7
* | Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-293-18/+14
|\ \ | |/ |/|
| * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-263-18/+14
* | ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-262-7/+14
|/
* Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-262-3/+21
|\
| * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-262-1/+8
| * Merge branch 'image-load' of https://github.com/hongbin/docker-py into hongbi...Joffrey F2018-01-261-2/+13
| |\
| | * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13
* | | Return tuple instead of dict in exec_runJoffrey F2018-01-261-7/+4
* | | Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-5/+16
|\ \ \ | |/ / |/| |
| * | Add exit code to exec_runHuyNQ2017-11-131-5/+16
* | | Bump default API version to 1.35Joffrey F2018-01-267-24/+77
* | | Replace missing "^" with "e"mccalluc2018-01-261-1/+1
* | | Merge pull request #1865 from docker/dperny-change-tls-defaultJoffrey F2018-01-251-7/+27
|\ \ \
| * | | Don't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsdperny-change-tls-defaultJoffrey F2018-01-241-15/+8
| * | | Change default TLS versionDrew Erny2018-01-241-7/+34
* | | | Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-244-5/+28
|\ \ \ \
| * | | | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-234-5/+28
* | | | | Merge pull request #1849 from johannespostler/1516-endport-port-documentationJoffrey F2018-01-241-2/+2
|\ \ \ \ \
| * | | | | Switch ports in documentation for EndpointSpecJohannes Postler2017-12-271-2/+2
* | | | | | Merge pull request #1846 from feliperuhland/issue-1734-scale-methodJoffrey F2018-01-241-2/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix test to make sure the initial mode is replicatedFelipe Ruhland2018-01-031-1/+1
| * | | | | Ensure that global containers are not scaledFelipe Ruhland2017-12-261-1/+4
| * | | | | Added scale method to the Service model.Felipe Ruhland2017-12-211-1/+17
| |/ / / /
* | | | | 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
* | | | 2.8.0 devJoffrey F2017-12-191-1/+1
* | | | Don't attempt to retrieve container's stderr if `auto_remove` was set2.7.0-releaseJoffrey F2017-12-191-1/+3