mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| connection | ||
| connection_docker | ||
| connection_docker_api | ||
| connection_posix | ||
| docker_config | ||
| docker_container | ||
| docker_container_info | ||
| docker_host_info | ||
| docker_image | ||
| docker_image_info | ||
| docker_image_load | ||
| docker_login | ||
| docker_network | ||
| docker_network_info | ||
| docker_node | ||
| docker_node_info | ||
| docker_plugin | ||
| docker_prune | ||
| docker_secret | ||
| docker_stack | ||
| docker_stack_info | ||
| docker_stack_task_info | ||
| docker_swarm | ||
| docker_swarm_info | ||
| docker_swarm_service | ||
| docker_swarm_service_info | ||
| docker_volume | ||
| docker_volume_info | ||
| inventory_docker_containers | ||
| inventory_docker_machine | ||
| inventory_docker_swarm | ||
| setup_docker | ||
| setup_docker_registry | ||
| setup_epel/tasks | ||
| setup_openssl | ||
| setup_pkg_mgr/tasks | ||
| setup_remote_constraints | ||
| setup_remote_tmp_dir | ||