summaryrefslogtreecommitdiff
path: root/docker/api/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes for login funcErik Johnson2017-05-021-4/+5
| | | | | | | This makes a small tweak to the grammar of the documentation for the reauth argument, and also updates the dockercfg_path docs for accuracy. Signed-off-by: Erik Johnson <palehose@gmail.com>
* Set infinite timeout for the `events` methodJoffrey F2017-03-271-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add df methodJoffrey F2017-03-011-0/+16
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow events daemon command to read config.jsonDamien Nadé2017-02-211-1/+1
| | | | Signed-off-by: Damien Nadé <github@livna.org>
* 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>