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

##### SUMMARY I'd like to ask if `community.docker.docker_image` can be extended to allow `build` param to use a **URL** of a `git` repository. As noted in the `docker build` documentation...

enhancement
docker-plain

The `--data-path-addr` parameter allows configuration for the Services to be exposed on a different interface as described here: [https://docs.docker.com/engine/swarm/networking/#use-a-separate-interface-for-control-and-data-traffic](https://docs.docker.com/engine/swarm/networking/#use-a-separate-interface-for-control-and-data-traffic). It is currently missing from the latest `docker_swarm` module https://docs.ansible.com/ansible/latest/collections/community/docker/docker_swarm_module.html#ansible-collections-community-docker-docker-swarm-module The...

enhancement
docker-swarm

##### SUMMARY Check mode for the `docker_prune` module would be great. It's important to get an idea of what's about to be deleted before it actually happens. ##### ISSUE TYPE...

enhancement
docker-plain

##### SUMMARY ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME docker_compose ##### ANSIBLE VERSION ```paste below ansible [core 2.12.5] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules',...

bug
docker-compose-v1

##### SUMMARY The docker swarm init parameter `--data-path-port` is not supported, at least as I searched I did not find it. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME...

docker-swarm
waiting on Docker SDK for Python support

##### SUMMARY `remove_volumes` in docker_compose module doesn't remove volumes if containers have already been removed. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `docker_compose` ##### ANSIBLE VERSION ``` ansible...

bug
docker-compose-v1

##### SUMMARY Please Support custom name for docker-compose.yml ##### COMPONENT NAME docker_compose ```yaml - name: Create and start services community.docker.docker_compose: project_src: flask docker-compose-name: docker-compose-server.yaml ```

enhancement
docker-compose-v1

##### SUMMARY Hello, When running the following playbook against a node with `ansible_connection=local` or `ansible_connection=ssh`, the async works as expected and perform well. When running against a container, using `ansible_connection=docker`...

question

##### SUMMARY Dear maintainers, This is important for your collections! - In accordance with the [Community decision](https://github.com/ansible-community/community-topics/issues/51), we have created the [news-for-maintainers](https://github.com/ansible-collections/news-for-maintainers) repository for announcements of changes impacting collection maintainers...

admin

### Summary I have a docker compose file which has containers from docker hub as well as some that have to be locally build. ```yml version: '3' services: caddy: container_name:...

bug
docker-compose-v1