mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
* Begin experiments for docker_container rewrite. * Continued. * We support API >= 1.25 only anyway. * Continued. * Fix bugs. * Complete first basic implementation. * Continuing. * Improvements and fixes. * Continuing. * More 'easy' options. * More options. * Work on volumes and mounts. * Add more options. * The last option. * Copy over. * Fix exposed ports. * Fix bugs. * Fix command and entrypoint. * More fixes. * Fix more bugs. * ci_complete * Lint, fix Python 2.7 bugs, work around ansible-test bug. ci_complete * Remove no longer applicable test. ci_complete * Remove unnecessary ignore. ci_complete * Start with engine driver. * Refactoring. * Avoid using anything Docker specific from self.client. * Refactor. * Add Python 2.6 ignore.txt entries for ansible-core < 2.12. * Improve healthcheck handling. * Fix container removal logic. * ci_complete * Remove handling of older Docker SDK for Pyhon versions from integration tests. * Avoid recreation if a pure update is possible without losing the diff data. * Cover the case that blkio_weight does not work. * Update plugins/module_utils/module_container/docker_api.py Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> * Improve memory_swap tests. * Fix URLs in changelog fragment. Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| connection | ||
| connection_docker | ||
| connection_docker_api | ||
| connection_nsenter | ||
| connection_posix | ||
| docker_compose | ||
| docker_config | ||
| docker_container | ||
| docker_container_exec | ||
| 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 | ||
| generic_ssh_connection | ||
| inventory_docker_containers | ||
| inventory_docker_machine | ||
| inventory_docker_swarm | ||
| setup_docker | ||
| setup_docker_compose | ||
| setup_docker_registry | ||
| setup_epel/tasks | ||
| setup_openssl | ||
| setup_paramiko | ||
| setup_pkg_mgr/tasks | ||
| setup_remote_constraints | ||
| setup_remote_tmp_dir | ||