community.docker icon indicating copy to clipboard operation
community.docker copied to clipboard

Community Docker Collection for Ansible: modules and plugins for working with Docker

Results 89 community.docker issues
Sort by recently updated
recently updated
newest added

Small collections like this one don't need a complex plan like the one for community.general and community.network. So how about the following? **Release minor and patch releases whenever we want...

admin

##### SUMMARY This issue is for tracking differences that need to be checked (whether our vendored code needs to be updated accordingly) that appear in the Docker SDK for Python...

admin

##### SUMMARY If you try to change or remove a secret that is being used by an existing service, the module will fail: `Error removing secret secret_name: 400 Client Error...

enhancement
docker-swarm

##### SUMMARY I would like to be able to change a configuration of a docker service/stack that I deploy via ansible. The functionality is described here https://docs.docker.com/engine/swarm/configs/#example-rotate-a-config . Right now...

enhancement
docker-swarm

##### SUMMARY Allow specifying labels as list like in docker-compose. ```yaml - name: Create Traefik labels's dictionary ansible.builtin.set_fact: my_labels: "{{ my_labels | default({}) | combine ({ item.key : item.value })...

enhancement
docker-plain

##### SUMMARY I guess we have to mention in the requirements of the module that it needs docker-compose < 2.0.0. Potentially we either have to adjust the module to also...

bug
docker-compose

### Summary Recreating [this issue](https://github.com/ansible/ansible/issues/67819) >Please support the setting "--config-only" and "--from-config" in docker_network see docs (https://docs.docker.com/engine/reference/commandline/network_create/) ### Issue Type Feature Idea ### Component Name community.docker.docker_network ### Additional Information ```yaml...

docker-plain
feature

##### SUMMARY docker-compose can fetch environment variables from multiple files, specified as list: ``` name: container_name: name image: /path/to/image env_file: - /path/environment1.env - /path/environment2.env ``` However, this does not work...

enhancement
docker-compose-v1

##### SUMMARY When using `community.docker.docker_stack_task_info` it makes sense to return a long format ID so we can use it to find the name of the corresponding container easily for example....

enhancement
docker-stack

##### SUMMARY task: ```yaml - name: docker service update --force serviceName community.docker.docker_swarm_service: force_update: yes name: serviceName ``` returned error: `state is present but all of the following are missing: image`...

documentation
enhancement
docker-swarm