Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't add superfluous argumentsuse_proxy_config_default | Joffrey F | 2019-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <f.joffrey@gmail.com> | ||||
* | Change use_config_proxy default value to True to match CLI behavior | Joffrey F | 2019-05-01 | 1 | -6/+8 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove init_path from create | Sebastiaan van Stijn | 2019-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | This option was never functional, and was not intended to be added to the "container create" API, so let's remove it, because it has been removed in Docker 17.05, and was broken in versions before that; see - https://github.com/moby/moby/issues/32355 --init-path does not seem to work - https://github.com/moby/moby/pull/32470 remove --init-path from client Signed-off-by: Sebastiaan van Stijn <github@gone.nl> | ||||
* | Support sctp as protocol | Hannes Ljungberg | 2019-03-18 | 1 | -3/+4 |
| | | | | Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se> | ||||
* | Fix `network_mode` API documentation wording | p1100i | 2019-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: p1100i <p1100i@gmx.com> | ||||
* | Style fixes and removed some unused code2199-proxy-support | Joffrey F | 2019-01-09 | 1 | -2/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | By default, disable proxy support | Corentin Henry | 2019-01-09 | 1 | -2/+9 |
| | | | | | | This is to avoid a breaking change Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | add support for proxies | Corentin Henry | 2019-01-09 | 1 | -0/+4 |
| | | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | implement stream demultiplexing for exec commands | Corentin Henry | 2018-11-27 | 1 | -5/+8 |
| | | | | | | fixes https://github.com/docker/docker-py/issues/1952 Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | Add doc example for get_archive | Joffrey F | 2018-11-08 | 1 | -0/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Disallow incompatible combination stats(decode=True, stream=False) | Joffrey F | 2018-11-08 | 1 | -1/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update links docs and fix bug in normalize_links | Joffrey F | 2018-11-08 | 1 | -7/+10 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improved LogConfig documentation | Joffrey F | 2018-11-08 | 1 | -7/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve ulimits documentation | Joffrey F | 2018-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix typo: Addtional -> Additional | Rui Cao | 2018-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Rui Cao <ruicao@alauda.io> | ||||
* | Document defaults of logs() | Ben Firshman | 2018-08-12 | 1 | -5/+5 |
| | | | | | | This is not obvious because some are True by default. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Add support for `uts_mode` parameter in `Client.create_host_config`. | Marco Trillo | 2018-06-29 | 1 | -0/+2 |
| | | | | | | | | | | This parameter allows to set the UTS namespace of the container, as in the `--uts=X` Docker CLI parameter: <https://docs.docker.com/engine/reference/run/#uts-settings---uts> The only allowed value, if set, is "host". Signed-off-by: Marco Trillo <martri@arantia.com> Signed-off-by: Diego Alvarez <dyako.developer@gmail.com> | ||||
* | Fix support for legacy .dockercfg auth config format | Joffrey F | 2018-06-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix session timeout = None case | Joffrey F | 2018-04-25 | 1 | -8/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Total timeout should be HTTP timeout + operation timeout | Joffrey F | 2018-04-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | stop(), restart(): Adjust request timeout. | Matthieu Nottale | 2018-04-25 | 1 | -3/+8 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | Allow cancelling the streams from other threads | Viktor Adam | 2018-03-29 | 1 | -3/+14 |
| | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | Merge pull request #1906 from docker/1352-data_stream_control | Joffrey F | 2018-02-14 | 1 | -4/+11 |
|\ | | | | | Add chunk_size parameter to data downloading methods | ||||
| * | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_control | Joffrey F | 2018-02-14 | 1 | -4/+11 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rules | Joffrey F | 2018-02-13 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update wait to always return a dictwait_return | Joffrey F | 2018-01-31 | 1 | -7/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 1 | -86/+51 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove parameters and methods marked as deprecated | Joffrey F | 2018-01-31 | 1 | -35/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 1 | -0/+6 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Update save / export methods to return data generators1774-export-methods | Joffrey F | 2018-01-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 1 | -18/+46 |
| | | | | | | | | | 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> | ||||
* | Formatting | Joffrey F | 2017-12-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'master' of https://github.com/qazbnm456/docker-py into ↵ | Joffrey F | 2017-12-19 | 1 | -1/+2 |
|\ | | | | | | | qazbnm456-master | ||||
| * | make the error message clearer | Boik | 2017-12-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Boik <qazbnm456@gmail.com> | ||||
* | | Merge pull request #1816 from Anvil/honor-stoptimeout | Joffrey F | 2017-12-13 | 1 | -3/+9 |
|\ \ | |/ |/| | Fix for #1815: make APIClient.stop honor container StopTimeout value | ||||
| * | Fix for #1815: make APIClient.stop honor container StopTimeout value | Damien Nadé | 2017-11-21 | 1 | -3/+9 |
| | | | | | | | | Signed-off-by: Damien Nadé <anvil.github@livna.org> | ||||
* | | container: fix docstring for containers() | Anthony Sottile | 2017-12-07 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
* | Add support for mounts in HostConfig | Joffrey F | 2017-11-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Always send attach request as streaming | Joffrey F | 2017-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix domainname documentation in create_container function | Erik Johnson | 2017-08-17 | 1 | -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> | ||||
* | Correct the description of dns_opt option of create_container | Boik | 2017-06-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Boik <qazbnm456@gmail.com> | ||||
* | Merge pull request #1620 from docker/healthcheck-start-period | Joffrey F | 2017-06-19 | 1 | -0/+2 |
|\ | | | | | Add support for start_period in Healthcheck spec | ||||
| * | Add support for start_period in Healthcheck spechealthcheck-start-period | Joffrey F | 2017-06-16 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1649 from shin-/1639-exec-id-check-resource | Joffrey F | 2017-06-19 | 1 | -24/+24 |
|\ \ | |/ |/| | Update check_resource decorator to account for new resource names | ||||
| * | Update check_resource decorator to account for new resource names | Joffrey F | 2017-06-15 | 1 | -24/+24 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1631 from madhuri-rai07/master | Joffrey F | 2017-06-16 | 1 | -2/+4 |
|\ \ | | | | | | | Add support for ``runtime`` config | ||||
| * | | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com> | ||||
| * | | Add support for ``runtime`` in container create and run API | Madhuri Kumari | 2017-06-01 | 1 | -2/+4 |
| |/ | |||||
* | | Raising error in case of invalid value of since kwarg on Container.logs | Chris Mark | 2017-06-16 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Chris Mark <chrismarkou92@gmail.com> |