summaryrefslogtreecommitdiff
path: root/docker/api/container.py
Commit message (Collapse)AuthorAgeFilesLines
* Support explicit protocol in Client.port792-fix-ports-commandJoffrey F2015-09-281-3/+6
| | | | | | | | | User can now specify a protocol in Client.port using the port/proto syntax. Default port is now TCP instead of UDP (to match the behavior of `docker port`) when no proto is specified. Regression test Signed-off-by: Joffrey F <joffrey@docker.com>
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-30/+24
| | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com>
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+352
Signed-off-by: Joffrey F <joffrey@docker.com>