community.docker/plugins
Felix Fontein f142f8c86d
Add docker_image_load module (#90)
* Add docker_image_load module.

* Polish module.

* Fix bug and add tests.

* Apply suggestions from code review

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Make sure that containers that still exist are also cleared.

* Always return stdout.

* Try to work around removal problems.

* Accept that the Docker daemon sometimes only reports the named image.

* More debug output.

* Also prune containers, in the hope that these cause the problems.

* Let's see whether pruning containers (but not images) is enough.

* Apply suggestions from code review

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/docker_image_load.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Amin Vakil <info@aminvakil.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-03-05 09:06:21 +01:00
..
connection docker.py: allow docker versions beginning with 'v' (#76) 2021-01-27 14:16:35 +00:00
doc_fragments docker_container: cgroup_parent (#59) 2021-01-03 13:30:09 +01:00
inventory Docker inventory plugin (#61) 2020-12-30 08:44:24 +01:00
module_utils docker_image: improve/fix handling of image IDs (#87) 2021-02-28 10:40:11 +01:00
modules Add docker_image_load module (#90) 2021-03-05 09:06:21 +01:00
plugin_utils docker_api connection plugin (#40) 2020-12-15 20:07:55 +00:00