summaryrefslogtreecommitdiff
path: root/docker/api/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow cancelling the streams from other threadsViktor Adam2018-03-201-7/+14
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Add login data to the right subdict in auth_configsJoffrey F2018-02-051-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-8/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* 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>