summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-263-18/+14
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-262-3/+21
|\ | | | | Return Image objects in ImageCollection.load
| * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-262-1/+8
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge branch 'image-load' of https://github.com/hongbin/docker-py into ↵Joffrey F2018-01-261-2/+13
| |\ | | | | | | | | | | | | | | | hongbin-image-load Signed-off-by: Joffrey F <joffrey@docker.com>
| | * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | In before, image.load returns what Docker API returns, which is a text stream. This commits propose an improvement for returning more useful information, which is a list of Image objects being loaded. Signed-off-by: Hongbin Lu <hongbin.lu@huawei.com>
* | | Return tuple instead of dict in exec_runJoffrey F2018-01-261-7/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge branch 'add_exit_code_to_exec_run' of ↵Joffrey F2018-01-261-5/+16
|\ \ \ | |/ / |/| | | | | https://github.com/hnq90/docker-py into hnq90-add_exit_code_to_exec_run
| * | Add exit code to exec_runHuyNQ2017-11-131-5/+16
| | | | | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net>
* | | Bump default API version to 1.35Joffrey F2018-01-267-24/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add ContainerSpec.isolation support Add until support in logs Add condition support in wait Add workdir support in exec_create Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Replace missing "^" with "e"mccalluc2018-01-261-1/+1
| | | | | | | | | Signed-off-by: Chuck McCallum <mccallucc+github@gmail.com>
* | | Merge pull request #1865 from docker/dperny-change-tls-defaultJoffrey F2018-01-251-7/+27
|\ \ \ | | | | | | | | Change default TLS version
| * | | Don't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsdperny-change-tls-defaultJoffrey F2018-01-241-15/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Change default TLS versionDrew Erny2018-01-241-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detects if python has an up-to-date version of OpenSSL that supports TLSv1.2. If it does, choose that as the default TLS version, instead of TLSv1. The Docker Engine and the majority of other Docker API servers should suppot TLSv1.2, and if they do not, the user can manually set a different (lower) version. Signed-off-by: Drew Erny <drew.erny@docker.com>
* | | | Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-244-5/+28
|\ \ \ \ | | | | | | | | | | Add support for experimental platform flag in build and pull
| * | | | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-234-5/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | | Merge pull request #1849 from johannespostler/1516-endport-port-documentationJoffrey F2018-01-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Switch ports in documentation for EndpointSpec (#1516)
| * | | | | Switch ports in documentation for EndpointSpecJohannes Postler2017-12-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Postler <johannes.postler@uibk.ac.at>
* | | | | | Merge pull request #1846 from feliperuhland/issue-1734-scale-methodJoffrey F2018-01-241-2/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Added scale method to the Service model.
| * | | | | Fix test to make sure the initial mode is replicatedFelipe Ruhland2018-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
| * | | | | Ensure that global containers are not scaledFelipe Ruhland2017-12-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
| * | | | | Added scale method to the Service model.Felipe Ruhland2017-12-211-1/+17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
* | | | | Fix regression on API < 1.25Viktor Adam2018-01-121-1/+8
| |/ / / |/| | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* | | | Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-1/+3
|/ / / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | FormattingJoffrey F2017-12-191-2/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge branch 'master' of https://github.com/qazbnm456/docker-py into ↵Joffrey F2017-12-191-1/+2
|\ \ \ | | | | | | | | | | | | qazbnm456-master
| * | | make the error message clearerBoik2017-12-161-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Boik <qazbnm456@gmail.com>
* | | | 2.8.0 devJoffrey F2017-12-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Don't attempt to retrieve container's stderr if `auto_remove` was set2.7.0-releaseJoffrey F2017-12-191-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Bump 2.7.0 + changelogJoffrey F2017-12-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Merge pull request #1727 from mbelang/join-swarn-default-listen-addressJoffrey F2017-12-181-1/+1
|\ \ \ \ | | | | | | | | | | Add join_swarm default listen address
| * | | | Add join_swarm default listen addressMaxime Belanger2017-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the docker CLI adds a default listen address (0.0.0.0:2377) when joining a node to the swarm, the docker-py api will support the same behavior to easy configuration. Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
* | | | | Merge pull request #1828 from pkit/fix_error_from_httpexJoffrey F2017-12-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fixes create_api_error_from_http_exception()
| * | | | | fixes create_api_error_from_http_exception()Constantine Peresypkin2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `create_api_error_from_http_exception()` is never tested in the original code and will fail miserably when fed with empty `HTTPError` object see fixes in requests for this behaviour: https://github.com/requests/requests/pull/3179 Signed-off-by: Constantine Peresypkin <pconstantine@gmail.com>
* | | | | | Merge pull request #1836 from docker/1813-run-autoremoveJoffrey F2017-12-141-10/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Retrieve container logs before container exits / is removed
| * | | | | | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | | | | Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-142-10/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
* | | | | | Merge pull request #1807 from rycus86/update_service_from_prev_specJoffrey F2017-12-143-17/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update service from prev spec
| * | | | | | Renaming new argumentViktor Adam2017-12-142-33/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
| * | | | | | Fix resetting ContainerSpec properties to NoneViktor Adam2017-11-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
| * | | | | | Service model update changesViktor Adam2017-11-143-27/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
| * | | | | | Update service using previous specViktor Adam2017-11-141-8/+44
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* | | | | | Merge pull request #1834 from mhank/1823-support-update-orderJoffrey F2017-12-142-1/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for order property when updating a service
| * | | | | | Correct default value of order parameterMichael Hankin2017-12-141-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Hankin <mjhankin1@gmail.com>
| * | | | | | Add support for order property when updating a serviceMichael Hankin2017-12-122-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Hankin <mjhankin1@gmail.com>
* | | | | | | Merge pull request #1835 from docker/1758-url-quote-pathJoffrey F2017-12-131-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix URL-quoting for resource names containing spaces
| * | | | | | | Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | | | | Merge branch 'master' of https://github.com/tz70s/docker-py into tz70s-masterJoffrey F2017-12-132-1/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | | | | Fix #1575 - Add cpu_rt_period and cpu_rt_runtime argsTzu-Chiao Yeh2017-08-132-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cpu_rt_period and cpu_rt_runtime in hostconfig with version(1.25), types(int) checks. Also add version and type checks in dockertype unit test. Signed-off-by: Tzu-Chiao Yeh <su3g4284zo6y7@gmail.com>
| * | | | | | | Improve ContainerError message computeJoffrey F2017-08-071-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | | | | client.containers.run returns None if none of json-file or journald logging ↵Artem Bolshakov2017-08-072-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com>