Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update doc for container.exec_run & exec_api about demux | Yincen Xia | 2019-03-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Yincen Xia <philip980507@msn.cn> | ||||
* | Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixes | Joffrey F | 2019-01-09 | 1 | -9/+1 |
| | | | | 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/+1 |
| | | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | fix exec_start() documentation | Corentin Henry | 2018-11-28 | 1 | -2/+2 |
| | | | | 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> | ||||
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 1 | -12/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 1 | -1/+11 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 1 | -1/+9 |
| | | | | | | | | | 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> | ||||
* | Style fixes. Copied docs to APIClient as well | Joffrey F | 2017-11-07 | 1 | -1/+4 |
| | | | | 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/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update check_resource decorator to account for new resource names | Joffrey F | 2017-06-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Modernize exec_api.py | Joffrey F | 2017-05-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -2/+14 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | exec: fix running with detach=True | Tomas Tomecek | 2016-11-29 | 1 | -1/+2 |
| | | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Add docstrings to low-level API | Ben Firshman | 2016-11-22 | 1 | -0/+62 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Read from socket after sending TCP upgrade headers. | Joffrey F | 2016-07-13 | 1 | -4/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add hijack hints for non-detached exec api calls | David Gageot | 2016-07-13 | 1 | -1/+9 |
| | | | | Signed-off-by: David Gageot <david@gageot.net> | ||||
* | allow interactive exec | Tomas Tomecek | 2015-12-03 | 1 | -4/+11 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Support unicode commands. | Daniel Nephin | 2015-10-26 | 1 | -3/+1 |
| | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | Generic skip decorator for low API version accessible to all tests | Joffrey F | 2015-09-16 | 1 | -12/+6 |
| | | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split different APIs into several mixins for clarity / easier maintenance | Joffrey F | 2015-09-11 | 1 | -0/+76 |
Signed-off-by: Joffrey F <joffrey@docker.com> |