summaryrefslogtreecommitdiff
path: root/docker/models/containers.py
Commit message (Expand)AuthorAgeFilesLines
* Move exec_run example to user guides section of docsJoffrey F2018-11-301-64/+0
* Merge branch 'master' of https://github.com/little-dude/docker-py into little...Joffrey F2018-11-301-2/+68
|\
| * implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-2/+68
* | Fixes return value models.containers.Container.exec_run.__doc__Frank Sachsenheim2018-11-271-2/+2
|/
* Add doc example for get_archiveJoffrey F2018-11-081-0/+11
* Disallow incompatible combination stats(decode=True, stream=False)Joffrey F2018-11-081-1/+2
* Document attr caching for Container objectsJoffrey F2018-11-081-1/+6
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-081-2/+4
* Improved LogConfig documentationJoffrey F2018-11-081-7/+1
* Improve ulimits documentationJoffrey F2018-11-081-2/+2
* Fix typo: Addtional -> AdditionalRui Cao2018-09-271-1/+1
* Document defaults of logs()Ben Firshman2018-08-121-5/+5
* Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-291-0/+1
* Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-251-2/+7
* avoid race condition in containers.listBen Doan2018-04-251-2/+9
* Add test for container list with sparse=TrueJoffrey F2018-04-251-3/+0
* Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-04-251-0/+3
* Add test for container list with sparse=TrueJoffrey F2018-03-291-9/+21
* Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-03-291-2/+9
* Merge pull request #1906 from docker/1352-data_stream_controlJoffrey F2018-02-141-4/+13
|\
| * Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-4/+13
* | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-0/+3
|/
* Docs fixes3.0.0-releaseJoffrey F2018-01-311-0/+1
* Bump 3.0.0Joffrey F2018-01-311-0/+2
* 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-9/+15
* Move ExecResult definition to models.containersJoffrey F2018-01-291-5/+12
* Container.exec_run returns a namedtuple w/ attrs exit_code & outputFrank Sachsenheim2018-01-281-5/+6
* Container.exec_run returns None as exit_code if stream or socketFrank Sachsenheim2018-01-281-5/+7
* Return tuple instead of dict in exec_runJoffrey F2018-01-261-7/+4
* Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-5/+16
|\
| * Add exit code to exec_runHuyNQ2017-11-131-5/+16
* | Bump default API version to 1.35Joffrey F2018-01-261-2/+7
* | Replace missing "^" with "e"mccalluc2018-01-261-1/+1
* | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-2/+6
* | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-errorJoffrey F2017-12-191-1/+3
* | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-10/+19
* | Merge branch 'master' of https://github.com/tz70s/docker-py into tz70s-masterJoffrey F2017-12-131-0/+2
|\ \ | |/ |/|
| * Fix #1575 - Add cpu_rt_period and cpu_rt_runtime argsTzu-Chiao Yeh2017-08-131-0/+2
| * client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-071-1/+15
* | Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-071-3/+4
* | explain the socket parameter of exec_runMartin Monperrus2017-11-071-3/+5
* | Add support for mounts in HostConfigJoffrey F2017-11-071-0/+5
* | Use better version comparison functionJoffrey F2017-08-171-3/+2
* | Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-171-2/+8
* | client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-171-1/+15
|/
* Add support for start_period in Healthcheck spechealthcheck-start-periodJoffrey F2017-06-161-0/+2
* Fix test cases for ``runtime`` configMadhuri Kumari2017-06-071-1/+1
* Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-011-0/+2
* Replace erroneous networks argument in containers.run with singular1433-run-networksJoffrey F2017-05-121-7/+16