Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 1 | -16/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return tuple instead of dict in exec_run | Joffrey F | 2018-01-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'add_exit_code_to_exec_run' of ↵ | Joffrey F | 2018-01-26 | 1 | -2/+13 |
|\ | | | | | | | 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 | -2/+13 |
| | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net> | ||||
* | | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-error | Joffrey F | 2017-12-19 | 1 | -1/+13 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Retrieve container logs before container exits / is removed1813-run-autoremove | Joffrey F | 2017-12-14 | 1 | -3/+20 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-17 | 1 | -0/+18 |
| | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | Replace erroneous networks argument in containers.run with singular1433-run-networks | Joffrey F | 2017-05-12 | 1 | -0/+19 |
| | | | | | | | | network equivalent. Small docfixes Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix volume path passed by run to create_container | Ben Firshman | 2017-02-07 | 1 | -0/+37 |
| | | | | | | | | | | | | 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> | ||||
* | Allow configuring API version for integration test with env varconfig_test_api_version | Joffrey F | 2017-01-25 | 1 | -22/+22 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add new user-focused API | Ben Firshman | 2016-11-22 | 1 | -0/+204 |
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk> |