Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Add missing support for `CpusetMems` parameter to HostConfig. | Dan Liew | 2017-05-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk> | ||||
* | docs renames: cpu_group->cpu_period, cpu_period->cpu_quota | Peter Slovak | 2017-04-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Peter Slovak <peter.slovak@websupport.sk> | ||||
* | Docstring fixes for init and init_path | Joffrey F | 2017-03-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1459 from shin-/1300-storageopts | Joffrey F | 2017-02-15 | 1 | -0/+2 |
|\ | | | | | Add support for storage_opt in host_config | ||||
| * | Add support for storage_opt in host_config | Joffrey F | 2017-02-15 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Fix volume path passed by run to create_container | Ben Firshman | 2017-02-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Seems like this is pretty much ignored by Docker, so it wasn't causing any visible issues, except when a volume name was used instead of a path. Also, added integration tests. Ref #1380 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Add prune_containers method | Joffrey F | 2017-01-30 | 1 | -3/+22 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Change "Remote API" to "Engine API" | Ben Firshman | 2017-01-30 | 1 | -1/+1 |
| | | | | | | | | This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk> |