summaryrefslogtreecommitdiff
path: root/tests/unit/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fix container.stats infinite blocking on stream mode (#3120)6.1.1RazCrimson2023-05-071-0/+11
* api: add `one-shot` option to container `stats` (#3089)Andy Roxby2023-02-161-1/+12
* api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-191-1/+17
* test: add additional tests for cgroupns option (#3024)6.0.0Milas Bowman2022-08-121-0/+19
* api: add platform to container create (#2927)Felix Fontein2022-07-291-0/+16
* client: use 12 character short IDs (#2862)Ben Fasoli2022-07-291-37/+50
* Don't install mock backportHugo van Kemenade2021-10-111-5/+1
* use python3.6+ constructsAnthony Sottile2021-07-051-15/+12
* Add device requests (#2471)Lucidiot2020-08-071-1/+63
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-4/+4
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-2/+2
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-60/+0
* Use pytest assertspytest-assertsJoffrey F2018-01-301-507/+339
* Bump default API version to 1.35Joffrey F2018-01-261-2/+4
* Raising error in case of invalid value of since kwarg on Container.logsChris Mark2017-06-161-0/+7
* Fix typo s/CpuSetCpus/CpusetCpus/Dan Liew2017-05-011-1/+1
* Add missing support for `CpusetMems` parameter to HostConfig.Dan Liew2017-05-011-0/+27
* cpus renamed to nano_cpus. Type and scale of nano_cpus are changed. Comments ...Alexey Rokhin2017-04-281-3/+5
* Add cpu_count, cpu_percent, cpus parameters to container HostConfig.Alexey Rokhin2017-04-191-0/+30
* Add support for volume_driver in HostConfigJoffrey F2017-04-051-7/+4
* Add tests for secret API implementationJoffrey F2017-02-131-3/+3
* Remove support for host_config in Client.startJoffrey F2016-11-281-35/+11
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-221-4/+4
* Rename Client to APIClientBen Firshman2016-11-221-0/+1635