Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_control | Joffrey F | 2018-02-14 | 1 | -4/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Docs fixes3.0.0-release | Joffrey F | 2018-01-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.0.0 | Joffrey F | 2018-01-31 | 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 | -3/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Correctly parse volumes with Windows paths1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -9/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move ExecResult definition to models.containers | Joffrey F | 2018-01-29 | 1 | -5/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Container.exec_run returns a namedtuple w/ attrs exit_code & output | Frank Sachsenheim | 2018-01-28 | 1 | -5/+6 |
| | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | Container.exec_run returns None as exit_code if stream or socket | Frank Sachsenheim | 2018-01-28 | 1 | -5/+7 |
| | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | Return tuple instead of dict in exec_run | Joffrey F | 2018-01-26 | 1 | -7/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'add_exit_code_to_exec_run' of ↵ | Joffrey F | 2018-01-26 | 1 | -5/+16 |
|\ | | | | | | | https://github.com/hnq90/docker-py into hnq90-add_exit_code_to_exec_run | ||||
| * | Add exit code to exec_run | HuyNQ | 2017-11-13 | 1 | -5/+16 |
| | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net> | ||||
* | | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Replace missing "^" with "e" | mccalluc | 2018-01-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Chuck McCallum <mccallucc+github@gmail.com> | ||||
* | | Add support for experimental platform flag in build and pull1855-platform-option | Joffrey F | 2018-01-23 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-error | Joffrey F | 2017-12-19 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Retrieve container logs before container exits / is removed1813-run-autoremove | Joffrey F | 2017-12-14 | 1 | -10/+19 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge branch 'master' of https://github.com/tz70s/docker-py into tz70s-master | Joffrey F | 2017-12-13 | 1 | -0/+2 |
|\ \ | |/ |/| | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Fix #1575 - Add cpu_rt_period and cpu_rt_runtime args | Tzu-Chiao Yeh | 2017-08-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Add cpu_rt_period and cpu_rt_runtime in hostconfig with version(1.25), types(int) checks. Also add version and type checks in dockertype unit test. Signed-off-by: Tzu-Chiao Yeh <su3g4284zo6y7@gmail.com> | ||||
| * | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-07 | 1 | -1/+15 |
| | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | | Style fixes. Copied docs to APIClient as well | Joffrey F | 2017-11-07 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | explain the socket parameter of exec_run | Martin Monperrus | 2017-11-07 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Martin Monperrus <martin.monperrus@gnieh.org> | ||||
* | | Add support for mounts in HostConfig | Joffrey F | 2017-11-07 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Use better version comparison function | Joffrey F | 2017-08-17 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵ | David Steines | 2017-08-17 | 1 | -2/+8 |
| | | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com> | ||||
* | | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-17 | 1 | -1/+15 |
|/ | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | 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> | ||||
* | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -1/+1 |
| | | | | 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 | -0/+2 |
| | |||||
* | Replace erroneous networks argument in containers.run with singular1433-run-networks | Joffrey F | 2017-05-12 | 1 | -7/+16 |
| | | | | | | | | network equivalent. Small docfixes Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'add-env-support-to-exec' of ↵ | Joffrey F | 2017-05-02 | 1 | -2/+5 |
|\ | | | | | | | | | | | https://github.com/TomasTomecek/docker-py into TomasTomecek-add-env-support-to-exec Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | | Add missing support for `CpusetMems` parameter to HostConfig. | Dan Liew | 2017-05-01 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Dan Liew <daniel.liew@imperial.ac.uk> | ||||
* | | Merge pull request #1570 from AlexeyRokhin/master | Joffrey F | 2017-04-28 | 1 | -0/+7 |
|\ \ | |/ |/| | Add cpu_count, cpu_percent, nano_cpus parameters to container HostConfig. | ||||
| * | cpus renamed to nano_cpus. Type and scale of nano_cpus are changed. Comments ↵ | Alexey Rokhin | 2017-04-28 | 1 | -4/+5 |
| | | | | | | | | | | | | for new parameters are changed. Signed-off-by: Alexey Rokhin <arokhin@mail.ru> | ||||
| * | Add cpu_count, cpu_percent, cpus parameters to container HostConfig. | Alexey Rokhin | 2017-04-19 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Alexey Rokhin <arokhin@mail.ru> | ||||
* | | Adds an 'image' property to the container model | Frank Sachsenheim | 2017-04-15 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | | Adds a 'labels' property to the container model | Frank Sachsenheim | 2017-04-15 | 1 | -0/+8 |
|/ | | | | | | | | The Docker API seems to respond with a 'null' value for the 'Labels' attribute from containers that were created with older Docker versions. An empty dictionary is returned in this case. Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | Merge pull request #1557 from ewanbarr/patch-1 | Joffrey F | 2017-04-10 | 1 | -1/+1 |
|\ | | | | | Minor typo correction | ||||
| * | Minor typo correction | ewanbarr | 2017-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | The stdout argument name was repeated in the run method docstring. The second should be replaced by stderr. Signed-off-by: Ewan Barr <ewan.d.barr@googlmail.com> | ||||
* | | removed duplicate mem_limit arg desc; type now consistent accross models ↵ | Peter Slovak | 2017-04-07 | 1 | -3/+1 |
| | | | | | | | | | | | | (float->int) Signed-off-by: Peter Slovak <peter.slovak@websupport.sk> | ||||
* | | 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 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add init_path parameter to container HostConfig | Tomasz Madycki | 2017-03-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com> | ||||
* | Add init parameter to container HostConfig | Tomasz Madycki | 2017-03-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com> | ||||
* | removed unused/typoed param from models.containers.list docstring | Ben Doan | 2017-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Ben Doan <ben@bendoan.me> | ||||
* | Merge pull request #1459 from shin-/1300-storageopts | Joffrey F | 2017-02-15 | 1 | -0/+3 |
|\ | | | | | Add support for storage_opt in host_config | ||||
| * | Add support for storage_opt in host_config | Joffrey F | 2017-02-15 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Fix passing volumes to run with no host path | Ben Firshman | 2017-02-07 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | Technically we shouldn't be passing them as binds, but the daemon doesn't seem to mind. Fixes #1380 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Fix volume path passed by run to create_container | Ben Firshman | 2017-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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_images method | Joffrey F | 2017-01-30 | 1 | -14/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |