summaryrefslogtreecommitdiff
path: root/docker/models/containers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix docs typoaiordache2020-11-181-1/+1
* Correct comments on ports_binding and host mode as network_modeDaeseok Youn2020-11-171-5/+2
* raise an error for binding specific ports in 'host' mode of networkDaeseok Youn2020-11-171-0/+5
* Merge pull request #2520 from Nicceboy/masterAnca Iordache2020-08-071-2/+6
|\
| * Disable compression by default when using get_archive methodNiklas Saari2020-02-261-2/+6
* | Add device requests (#2471)Lucidiot2020-08-071-0/+4
|/
* Merge pull request #2352 from funkyfuture/container_list_docsJoffrey F2019-08-271-1/+2
|\
| * Amends the docs concerning multiple label filtersFrank Sachsenheim2019-05-271-1/+2
* | Add documentation to argument 'mem_reservation'.Francis Laniel2019-07-161-1/+1
|/
* Replace triple backtick in exec_run documentation which caused a rendering er...Adam Dangoor2019-04-271-1/+1
* add ports to containersKarl Kuehn2019-03-261-0/+7
* Merge pull request #2288 from hannseman/container-run-create-volume_driverIan Campbell2019-03-251-1/+1
|\
| * Move volume_driver to RUN_HOST_CONFIG_KWARGSHannes Ljungberg2019-03-231-1/+1
* | Merge pull request #2281 from hannseman/sctp-protocolUlysses Souza2019-03-251-2/+2
|\ \ | |/ |/|
| * Support sctp as protocolHannes Ljungberg2019-03-181-2/+2
* | Update doc for container.exec_run & exec_api about demuxYincen Xia2019-03-191-1/+2
|/
* Fix descriptions of the default API version in docsTsuyoshi Hombashi2019-01-261-1/+1
* Added missing options from RUN_HOST_CONFIG_KWARGS list in docker.models.conta...wvaske2019-01-171-0/+10
* Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixesJoffrey F2019-01-091-8/+8
* By default, disable proxy supportCorentin Henry2019-01-091-2/+7
* 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