summaryrefslogtreecommitdiff
path: root/tests/unit/models_containers_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-291-0/+2
* Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-251-0/+12
* Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-2/+7
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-3/+3
* Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-311-2/+5
* Use pytest assertspytest-assertsJoffrey F2018-01-301-7/+8
* Return tuple instead of dict in exec_runJoffrey F2018-01-261-4/+6
* Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-0/+11
|\
| * Add exit code to exec_runHuyNQ2017-11-131-0/+11
* | Bump default API version to 1.35Joffrey F2018-01-261-1/+2
* | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-1/+1
* | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-4/+3
|/
* Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-171-0/+30
* Replace erroneous networks argument in containers.run with singular1433-run-networksJoffrey F2017-05-121-3/+2
* Include tag in images.get after pulling if provided separately1585-pull-tagJoffrey F2017-05-091-1/+1
* Merge branch 'add-env-support-to-exec' of https://github.com/TomasTomecek/doc...Joffrey F2017-05-021-1/+1
|\
| * exec: add support for `Env`Tomas Tomecek2017-04-291-1/+1
* | Fix typo s/CpuSetCpus/CpusetCpus/Dan Liew2017-05-011-1/+1
|/
* Adds an 'image' property to the container modelFrank Sachsenheim2017-04-151-0/+5
* Adds a 'labels' property to the container modelFrank Sachsenheim2017-04-151-0/+5
* Fix passing volumes to run with no host pathBen Firshman2017-02-071-1/+11
* Fix volume path passed by run to create_containerBen Firshman2017-02-071-1/+3
* Add new user-focused APIBen Firshman2016-11-221-0/+465