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

Currently, I do not see a way to interrace with containers leveraging the exec command. It would be great if this was natively supported by this docker collection.

enhancement
docker-compose-v1

##### SUMMARY Many features from the `docker-compose build` command are currently missing. It would be pretty useful to get them or at least some of them available in the module....

enhancement
docker-compose-v1

##### SUMMARY I want to be able to create the docker containers listed in my docker-compose.yml, without actually starting them. (This server acts as a backup, and the containers will...

enhancement
docker-compose-v1

##### SUMMARY Support "pull only" for docker compose. I want to pre-fetch the images before starting the services. In my case the `docker-compose up` is done through systemd. On new...

enhancement
docker-compose-v1

##### SUMMARY This PR contains changes to `docker.py` to support Windows Containers. ##### ISSUE TYPE - Feature Pull Request

docker-plain

##### SUMMARY I discovered the issue when I change several LSIO containers to pull from `linuxserver/heimdall:latest` to `lscr.io/linuxserver/heimdall:latest`. The problem manifested as Watchtower that reported `Unable to update container "/plex":...

bug
enhancement
docker-plain

##### SUMMARY When you community.docker.docker_stack deploy a stack which uses variables in its compose.yml the deployment will fail. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME community.docker.docker_stack ##### ANSIBLE...

question
docker-stack

##### SUMMARY Container fails to resolve dns names of internal network ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `docker_container` ##### ANSIBLE VERSION ``` ansible [core 2.13.3] config file...

question
docker-plain

##### SUMMARY I have an issue with variables and added quotes, which I don't need. I use the docker-compose module to add environment variables with a playbook. For one of...

question
docker-compose-v1

##### SUMMARY Task docker_swarm_service remove the stack from an existing service. A service "thestack_theservice" is created by `docker_stack` ``` - name: Installation de la stack Intoo API docker_stack: state: present...

bug
docker-swarm
docker-stack