summaryrefslogtreecommitdiff
path: root/tests/unit/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* 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