summaryrefslogtreecommitdiff
path: root/docker/api/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+84
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Make ping return bool instead of stringBen Firshman2016-11-221-1/+1
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Make docker.auth a single fileBen Firshman2016-11-221-2/+1
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Let server-side determine which serveraddress to use when none is specified1044-fix-login-defaultJoffrey F2016-04-281-3/+1
| | | | | | in login() Signed-off-by: Joffrey F <joffrey@docker.com>
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+78
Signed-off-by: Joffrey F <joffrey@docker.com>