summaryrefslogtreecommitdiff
path: root/docker/api/container.py
Commit message (Expand)AuthorAgeFilesLines
* implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-5/+8
* Add doc example for get_archiveJoffrey F2018-11-081-0/+12
* Disallow incompatible combination stats(decode=True, stream=False)Joffrey F2018-11-081-1/+6
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-081-7/+10
* Improved LogConfig documentationJoffrey F2018-11-081-7/+1
* Improve ulimits documentationJoffrey F2018-11-081-1/+1
* 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/+2
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-271-2/+3
* Fix session timeout = None caseJoffrey F2018-04-251-8/+7
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-6/+6
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-3/+8
* Allow cancelling the streams from other threadsViktor Adam2018-03-291-3/+14
* Merge pull request #1906 from docker/1352-data_stream_controlJoffrey F2018-02-141-4/+11
|\
| * Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-4/+11
* | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-0/+2
|/
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-7/+3
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-86/+51
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-35/+0
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-0/+6
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-261-4/+3
* Bump default API version to 1.35Joffrey F2018-01-261-18/+46
* FormattingJoffrey F2017-12-191-2/+2
* Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm45...Joffrey F2017-12-191-1/+2
|\
| * make the error message clearerBoik2017-12-161-1/+2
* | Merge pull request #1816 from Anvil/honor-stoptimeoutJoffrey F2017-12-131-3/+9
|\ \ | |/ |/|
| * Fix for #1815: make APIClient.stop honor container StopTimeout valueDamien Nadé2017-11-211-3/+9
* | container: fix docstring for containers()Anthony Sottile2017-12-071-1/+2
|/
* Add support for mounts in HostConfigJoffrey F2017-11-071-0/+4
* Always send attach request as streamingJoffrey F2017-08-221-1/+1
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-1/+3
* Fix domainname documentation in create_container functionErik Johnson2017-08-171-1/+1
* Correct the description of dns_opt option of create_containerBoik2017-06-221-2/+2
* Merge pull request #1620 from docker/healthcheck-start-periodJoffrey F2017-06-191-0/+2
|\
| * Add support for start_period in Healthcheck spechealthcheck-start-periodJoffrey F2017-06-161-0/+2
* | Merge pull request #1649 from shin-/1639-exec-id-check-resourceJoffrey F2017-06-191-24/+24
|\ \ | |/ |/|
| * Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-24/+24
* | Merge pull request #1631 from madhuri-rai07/masterJoffrey F2017-06-161-2/+4
|\ \
| * | Fix test cases for ``runtime`` configMadhuri Kumari2017-06-071-2/+2
| * | Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-011-2/+4
| |/
* | Raising error in case of invalid value of since kwarg on Container.logsChris Mark2017-06-161-0/+5
|/
* Add missing support for `CpusetMems` parameter to HostConfig.Dan Liew2017-05-011-0/+2
* docs renames: cpu_group->cpu_period, cpu_period->cpu_quotaPeter Slovak2017-04-071-2/+2
* Docstring fixes for init and init_pathJoffrey F2017-03-011-0/+3
* Merge pull request #1459 from shin-/1300-storageoptsJoffrey F2017-02-151-0/+2
|\
| * Add support for storage_opt in host_configJoffrey F2017-02-151-0/+2
* | Fix volume path passed by run to create_containerBen Firshman2017-02-071-4/+6
* | Add prune_containers methodJoffrey F2017-01-301-3/+22
|/
* Change "Remote API" to "Engine API"Ben Firshman2017-01-301-1/+1