summaryrefslogtreecommitdiff
path: root/docker/api
Commit message (Collapse)AuthorAgeFilesLines
* Bump default API version to 1.35Joffrey F2018-01-263-19/+59
| | | | | | | | | 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>
* Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-242-3/+20
|\ | | | | Add support for experimental platform flag in build and pull
| * Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-232-3/+20
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.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>
* | 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>
* | | Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-141-8/+8
| | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
* | | Merge pull request #1807 from rycus86/update_service_from_prev_specJoffrey F2017-12-141-14/+63
|\ \ \ | | | | | | | | Update service from prev spec
| * | | Renaming new argumentViktor Adam2017-12-141-30/+23
| | | | | | | | | | | | | | | | 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-141-24/+43
| | | | | | | | | | | | | | | | 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-141-0/+4
|\ \ \ \ | | | | | | | | | | Add support for order property when updating a service
| * | | | Add support for order property when updating a serviceMichael Hankin2017-12-121-0/+4
| | |_|/ | |/| | | | | | | | | | 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 pull request #1816 from Anvil/honor-stoptimeoutJoffrey F2017-12-131-3/+9
|\ \ \ \ | |/ / / |/| | | Fix for #1815: make APIClient.stop honor container StopTimeout value
| * | | Fix for #1815: make APIClient.stop honor container StopTimeout valueDamien Nadé2017-11-211-3/+9
| |/ / | | | | | | | | | Signed-off-by: Damien Nadé <anvil.github@livna.org>
| * | Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-071-1/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for insert_defaults in inspect_serviceJoffrey F2017-11-071-3/+13
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Update SwarmSpec to include new parametersJoffrey F2017-11-071-7/+22
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for scope filter in inspect_networkJoffrey F2017-11-071-1/+16
| | | | | | | | | | | | | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Doc fixesJoffrey F2017-11-072-6/+6
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for secret driver in create_secretJoffrey F2017-11-071-1/+12
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Improve docs for service list filtersAlessandro Baldo2017-11-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | - add "label" and "mode" to the list of available filter keys in the high-level service API - add "label" and "mode" to the list of available filter keys in the low-level service API - add integration tests Signed-off-by: Alessandro Baldo <git@baldoalessandro.net>
| * | Add support for configs managementJoffrey F2017-11-072-0/+93
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for new ContainerSpec parametersJoffrey F2017-11-072-28/+44
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Fix indentation in docstringErik Johnson2017-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | The incorrect indentation causes improper formatting when the docs are published. Signed-off-by: Erik Johnson <palehose@gmail.com>
| * | Add support for extra_hosts option in buildJoffrey F2017-11-071-1/+14
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for mounts in HostConfigJoffrey F2017-11-071-0/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Fix simple documentation copy/paste error.Jan Losinski2017-11-071-2/+2
| | | | | | | | | | | | Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
| * | Fix prune_images docstringJoffrey F2017-11-071-2/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Always send attach request as streamingJoffrey F2017-08-221-1/+1
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-173-8/+20
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add support for the `squash` flag when buildingGabriel Féron2017-08-171-1/+12
| | | | | | | | | | | | | | | | | | Also added a test that compares the number of layers in the default mode, and with the new flag Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
| * | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-171-1/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Return generator for output of load_image endpointJoffrey F2017-08-171-3/+26
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-171-2/+2
| | | | | | | | | | | | | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
| * | Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | It looks like this was probably originally copypasta'ed from dns_search and not edited afterward. Signed-off-by: Erik Johnson <palehose@gmail.com>
| * | client.networks.create check_duplicates docs not reflective of behaviorDima Spivak2017-08-171-1/+1
| | | | | | | | | | | | | | | | | | Fixes #1693 Signed-off-by: Dima Spivak <dima@spivak.ch>
| * | Fix #1673 check resource error in container network APIMatthew Berry2017-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Container network functions checked 'image' as resource ID and not 'container'. This caused a traceback when using container as named argument. Signed-off-by: Matthew Berry <mtberry89@gmail.com>
* | | container: fix docstring for containers()Anthony Sottile2017-12-071-1/+2
| | | | | | | | | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu>
* | | Add unlock_swarm and get_unlock_key to APIClientJoffrey F2017-11-071-1/+49
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-061-1/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Add support for insert_defaults in inspect_serviceJoffrey F2017-11-061-3/+13
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>