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 There is a new `mode` for [docker swarm services for "jobs"](https://docs.docker.com/engine/reference/commandline/service_create/#running-as-a-job) there is both a `replicated-job` and `global-job` mode. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME...

enhancement
docker-swarm

##### SUMMARY It'd be nice if `docker_plugin` was able to upgrade plugins ##### ISSUE TYPE - New feature for existing module ##### COMPONENT NAME `docker_plugin` ##### ADDITIONAL INFORMATION don't really...

enhancement
docker-plain

##### SUMMARY They always hang at some point. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME CI

##### SUMMARY When modifying an existing Docker Swarm service, anything that is not explictly set by the module is overriden with the generally empty defaults. It's not clear to me...

question
docker-swarm

##### SUMMARY Please support compose's [`config` option](https://docs.docker.com/engine/reference/commandline/compose_config). ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME docker compose ##### ADDITIONAL INFORMATION It is used for validating compose files. ```console docker...

enhancement
docker-compose-v1

##### SUMMARY Hosts targeted via the `docker_containers` inventory module fail facts gathering if TCP TLS socket is in use. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `community.docker.docker_containers.docker_api` connection...

bug
docker-plain

##### SUMMARY The hostname Ansible task fails when using the nsenter connection plugin. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME nsenter connection plugin https://docs.ansible.com/ansible/latest/collections/community/docker/nsenter_connection.html ##### ANSIBLE VERSION ```...

not-a-bug

##### SUMMARY I can't find any examples in the documentation how to combine modules together. Specifically, 1. Init swarm 2. Add some labels to each node While `docker_swarm` runs on...

documentation
docker-swarm

##### SUMMARY the docker_container module fails to force the recreation of an exited container when it has a linked container which was itself recreated ##### ISSUE TYPE - Bug Report...

docker-plain

### Summary I'm unsure of this is a bug or not, it's certainly not acting as I would have expected it to. Say I have a stack named ib, containing...

enhancement
question
docker-swarm
docker-stack