summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/docker_common.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* docker_secret: fix broken importPierre-Louis Bonicoli2017-08-121-0/+3
* Promulgate house's fix for docker_volume to docker_secretToshio Kuratomi2017-07-191-3/+0
* fix docker_volume import error when docker Python package is missingMatt Davis2017-07-191-0/+3
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-1/+2
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-9/+6
* Docker does not output Status after pull anymore.Konrad Klimaszewski2017-05-241-5/+4
* Fix errors reported by pylint. (#23282)Matt Clay2017-04-061-1/+1
* Add flag to Docker pull_image to know when the image is already latest (#21508)Andrea Giardini2017-03-031-1/+5
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* fix exception when an image has no nameNathaniel Nutter2017-01-301-1/+1
* Fix import of urlparse on python3Toshio Kuratomi2017-01-301-3/+3
* PEP 8 cleanup. (#20790)Matt Clay2017-01-281-1/+1
* [docker] Add compatibility with docker-py v2.0dariko2017-01-181-8/+15
* Remove duplicate declaration of human_to_bytesMichael Scherer2016-11-071-22/+0
* Let docker-py decode pull responseChris Houseknecht2016-10-031-2/+1
* Use LooseVersion comparison. Default docker_api_version to 'auto'.Chris Houseknecht2016-09-101-2/+3
* Fix find_image() not matching on tagChris Houseknecht2016-07-111-2/+3
* Port docker_common.py to py3 compatible syntax (#15877)Michael Scherer2016-05-161-9/+9
* Fix bugs from API version 1.20 testing. (#15586)Chris Houseknecht2016-04-251-18/+50
* Update per PR comments.chouseknecht2016-04-231-86/+19
* Fix syntax errorchouseknecht2016-04-231-1/+1
* Adding docker_common util module.chouseknecht2016-04-231-0/+498