summaryrefslogtreecommitdiff
path: root/docker/api/image.py
Commit message (Expand)AuthorAgeFilesLines
* Fix simple documentation copy/paste error.Jan Losinski2017-10-161-2/+2
* Fix prune_images docstringJoffrey F2017-08-311-2/+2
* Return generator for output of load_image endpointJoffrey F2017-08-151-3/+26
* Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-151-2/+2
* Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-6/+6
* Add prune_images methodJoffrey F2017-01-301-0/+25
* Add example for tag()Ben Firshman2016-11-281-0/+5
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+244
* Make docker.auth a single fileBen Firshman2016-11-221-4/+3
* Remove dead code in import_image_from_dataBen Firshman2016-10-131-3/+0
* Add support for changes param in import_image* methodsJoffrey F2016-09-061-75/+97
* Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-231-35/+6
* Add optional auth config to docker pushKeerthan Reddy Mala2016-07-221-10/+17
* Use decode on push and pull operations.Aleksandar Topuzovic2016-03-011-4/+4
* Update auth.resolve_repository_nameJoffrey F2015-11-231-3/+2
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-7/+7
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+271