summaryrefslogtreecommitdiff
path: root/docker/api/service.py
Commit message (Collapse)AuthorAgeFilesLines
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+126
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Make docker.auth a single fileBen Firshman2016-11-221-4/+1
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Fix endpoint spec and networks params in update_service1212-fix_create_serviceJoffrey F2016-11-041-4/+13
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* WIPJoffrey F2016-11-041-3/+13
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-231-2/+39
| | | | | | | | Refactor auth header computation Add tasks methods and documentation. Signed-off-by: Joffrey F <joffrey@docker.com>
* New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-191-177/+10
| | | | | | | Tests and docs updated to match docker.utils.types has been moved to docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Service API integration testsJoffrey F2016-08-171-2/+5
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Swarm service API implementationJoffrey F2016-08-171-0/+232
Signed-off-by: Joffrey F <joffrey@docker.com>