summaryrefslogtreecommitdiff
path: root/docker/types
Commit message (Expand)AuthorAgeFilesLines
* deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)6.1.0Felix Fontein2023-05-051-4/+1
* Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-127-76/+277
|\
| * swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-121-1/+9
| * Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-111-20/+65
| * docs: fix RollbackConfig/Order values (#3027)Milas Bowman2022-07-301-2/+2
| * api: add cgroupns option to container create (#2930)David2022-07-291-1/+5
| * lint: fix line length violation (#3017)Milas Bowman2022-07-281-1/+2
| * docs: fix simple typo, containe -> container (#3015)Tim Gates2022-07-281-1/+1
| * Merge pull request #2809 from feliperuhland/add-service-capabilityAnca Iordache2021-10-081-1/+18
| |\
| | * Add `CapabilityAdd` and `CapabilityDrop` toFelipe Ruhland2021-04-071-1/+18
| * | use python3.6+ constructsAnthony Sottile2021-07-055-44/+35
| |/
| * Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker Sw...WojciechowskiPiotr2021-02-091-2/+2
| * Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker Sw...Piotr Wojciechowski2020-12-251-1/+5
| * Syntax warning fixaiordache2020-11-191-6/+2
| * Fix docs typoaiordache2020-11-181-2/+2
| * raise an error for binding specific ports in 'host' mode of networkDaeseok Youn2020-11-171-0/+12
| * Fix url of examples in ulimitsUlysses Souza2020-09-171-2/+2
| * Add device requests (#2471)Lucidiot2020-08-072-2/+115
| * Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-301-1/+10
* | Fix mac_address connect usage in network functions && addind appropriate testYuval Goldberg2019-12-191-1/+1
* | Add mac_address to connect_container_to_networkHongbin Lu2019-12-191-1/+8
|/
* Merge pull request #2333 from hannseman/network-attachment-configJoffrey F2019-08-272-3/+21
|\
| * Add NetworkAttachmentConfig typeHannes Ljungberg2019-05-032-3/+21
* | Clean up healtcheck.py docsKajetan Champlewski2019-05-311-3/+3
* | Handle str in setter for test.Kajetan Champlewski2019-05-311-0/+2
|/
* Add support for setting init on servicesHannes Ljungberg2019-03-281-1/+6
* Make PlacementPreference build correct contextHannes Ljungberg2019-01-181-1/+1
* Update test dependencies to latest version, fix some flake8 errorsfix_test_depsJoffrey F2019-01-091-6/+5
* Fix DeprecationWarning: invalid escape sequence in services.pyMickaël Schoentgen2018-12-201-1/+1
* Improve handling of placement preferences; improve docsJoffrey F2018-12-072-9/+37
* Improved LogConfig documentationJoffrey F2018-11-081-3/+42
* Improve ulimits documentationJoffrey F2018-11-081-0/+17
* Fix docs examples to work with Python 3Joffrey F2018-11-081-1/+1
* Clear error for cancellable streams over SSHJoffrey F2018-11-011-1/+11
* Add support for RollbackConfigrollback_configJoffrey F2018-08-092-2/+26
* Add version checks and testJoffrey F2018-08-091-2/+3
* Merge branch 'master' of https://github.com/NikolayMurha/docker-py into Nikol...Joffrey F2018-08-091-3/+3
|\
| * Add documentation for delay propertyNikolay Murga2018-07-201-1/+1
| * Add 'rollback' command as allowed for failure_actionNikolay Murga2018-07-201-2/+2
* | Allow user=0 to be passed in create_containerAnthony Sottile2018-08-021-1/+1
|/
* Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-291-5/+10
* Fixed typo in ContainerSpec DocsAlex Lloyd2018-06-121-1/+1
* Fix cancellable streams on Windows clients + HTTPS transportJoffrey F2018-05-251-0/+2
* Remove redundant single-socket select callJoffrey F2018-03-201-1/+0
* Allow cancelling the streams from other threadsViktor Adam2018-03-202-0/+64
* Code cleanup and version guardsJoffrey F2018-02-201-32/+33
* Add support for generic resources to docker.types.ResourcesWilliam Myers2018-02-201-1/+33
* Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-1/+11
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-102/+6
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-15/+0