summaryrefslogtreecommitdiff
path: root/docker/api/image.py
Commit message (Expand)AuthorAgeFilesLines
* 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