community.docker/plugins/modules
Felix Fontein 3b6068e44b
Add docker_context_info module (#1039)
* Vendor parts of the Docker SDK for Python

This is a combination of the latest git version
(db7f8b8bb6)
with some fixes to make it compatible with Python 2.7
and adjusting some imports.

* Polishing.

* Fix bug that prevents contexts to be found when no Docker config file is present.

Ref: https://github.com/docker/docker-py/issues/3190

* Linting.

* Fix typos.

* Adjust more to behavior of Docker CLI.

* Add first iteration of docker_context_info module.

* Improvements.

* Add basic CI.

* Add caveat on contexts[].config result.
2025-02-10 21:59:05 +01:00
..
current_container_facts.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_compose_v2_exec.py Also mention glob patterns and redirects. (#1032) 2025-01-25 22:26:17 +01:00
docker_compose_v2_pull.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_compose_v2_run.py fix: docker_compose_v2_run: don't need sanitize labels (#1034) 2025-02-02 17:27:28 +01:00
docker_compose_v2.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_config.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container_copy_into.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container_exec.py Also mention glob patterns and redirects. (#1032) 2025-01-25 22:26:17 +01:00
docker_container_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_container.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_context_info.py Add docker_context_info module (#1039) 2025-02-10 21:59:05 +01:00
docker_host_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_build.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_export.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_load.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_pull.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_push.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_remove.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image_tag.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_image.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_login.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_network_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_network.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_node_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_node.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_plugin.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_prune.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_secret.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack_task_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_stack.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_service_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm_service.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_swarm.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_volume_info.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00
docker_volume.py Add 'idempotent' attribute (#1022) 2024-12-30 21:11:14 +01:00