Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Add stop_timeout to create_container | Joffrey F | 2017-01-27 | 1 | -1/+4 |
| | | | | | | Fix requires_api_version test decorator Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for auto_remove in HostConfigautoremove_support | Joffrey F | 2017-01-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix a number of docs formatting issuesdocs-fixes | Joffrey F | 2017-01-18 | 1 | -24/+24 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move config type creation from docker.utils functions to classes inconfig_types | Joffrey F | 2016-12-01 | 1 | -7/+9 |
| | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1308 from docker/docker_client | Joffrey F | 2016-11-30 | 1 | -1/+1 |
|\ | | | | | Rename Client -> DockerClient | ||||
| * | Rename Client -> DockerClientdocker_client | Joffrey F | 2016-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Remove support for host_config in Client.start | Joffrey F | 2016-11-28 | 1 | -66/+15 |
|/ | | | | | | | Any additional arguments passed to start will raise a DeprecatedMethod (DockerException) exception. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1186 from bfirsh/two-point-oh | Joffrey F | 2016-11-22 | 1 | -0/+794 |
|\ | | | | | A new user-focused API | ||||
| * | Add docstrings to low-level API | Ben Firshman | 2016-11-22 | 1 | -0/+794 |
| | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Fix ContainerApiMixin.copy with dict container arg | biniambekele | 2016-11-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: biniambekele <biniambekele@users.noreply.github.com> | ||||
* | Add support for passing healthcheck to create_container | Jamie Greeff | 2016-11-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Jamie Greeff <jamie@greeff.me> | ||||
* | Add support for restart policy update | Maxime Feron | 2016-09-28 | 1 | -1/+9 |
| | | | | Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com> | ||||
* | Read from socket after sending TCP upgrade headers. | Joffrey F | 2016-07-13 | 1 | -3/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add hijack hints for attach api calls | David Gageot | 2016-07-13 | 1 | -2/+8 |
| | | | | Signed-off-by: David Gageot <david@gageot.net> | ||||
* | signal in Client.kill can be a string containing the signal's name | Joffrey F | 2016-06-28 | 1 | -1/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | support new Py3.5 Enum signals | Thomas Grainger | 2016-05-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com> |