summaryrefslogtreecommitdiff
path: root/tests/integration/models_containers_test.py
Commit message (Expand)AuthorAgeFilesLines
* Change use_config_proxy default value to True to match CLI behaviorJoffrey F2019-05-011-6/+7
* Refactor and add testsUlysses Souza2019-03-261-8/+46
* add ports to containersKarl Kuehn2019-03-261-0/+22
* Merge pull request #2288 from hannseman/container-run-create-volume_driverIan Campbell2019-03-251-0/+10
|\
| * Move volume_driver to RUN_HOST_CONFIG_KWARGSHannes Ljungberg2019-03-231-0/+10
* | Avoid race condition on short executionUlysses Souza2019-03-251-2/+7
|/
* Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixesJoffrey F2019-01-091-0/+13
* Clear error for cancellable streams over SSHJoffrey F2018-11-011-0/+3
* Fix several integration tests on WindowsJoffrey F2018-05-251-0/+3
* Remove redundant single-socket select callJoffrey F2018-03-201-6/+1
* Allow cancelling the streams from other threadsViktor Adam2018-03-201-0/+21
* Add test for container list with sparse=TrueJoffrey F2018-03-141-0/+22
* Cleanup containers during the testsYong Tang2018-02-231-2/+8
* Clean up created volume from test_run_with_named_volumeYong Tang2018-02-141-1/+2
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-2/+2
* Use pytest assertspytest-assertsJoffrey F2018-01-301-16/+14
* Return tuple instead of dict in exec_runJoffrey F2018-01-261-3/+3
* Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-2/+13
|\
| * Add exit code to exec_runHuyNQ2017-11-131-2/+13
* | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-errorJoffrey F2017-12-191-1/+13
* | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-3/+20
|/
* client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-171-0/+18
* Replace erroneous networks argument in containers.run with singular1433-run-networksJoffrey F2017-05-121-0/+19
* Fix volume path passed by run to create_containerBen Firshman2017-02-071-0/+37
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-22/+22
* Add new user-focused APIBen Firshman2016-11-221-0/+204