Felix Fontein
Felix Fontein
> This used to work. Do you have a bit more precise information with which versions of community.docker and ansible-core this used to work?
I'm trying to reproduce this locally: ```yaml --- - hosts: localhost gather_facts: false tasks: - name: Create temporary container community.docker.docker_container: name: test image: python:3.10-bullseye state: started auto_remove: true command: /bin/bash...
> The playbook you posted does work on the machine hosting the docker container, but doesn't work from another machine. Even when adding `ansible_docker_extra_args: "-H=tcp://192.168.1.168:2375"` to the `add_host` task on...
I cannot reproduce this. I guess the main difference is that I use Linux, not WSL. My Docker client in the container is exactly the same as you have, and...
I did now try this with a Docker daemon on a remote machine reached via TCP. Same result: it works flawlessly for me. The connection plugin also isn't doing any...
@jfjauvin did you had a chance to try this out?
Please note that this PR now has a conflict.
If nobody objects, I'll merge this in ~a week.
@neilime thanks for your contribution!
Is this supposed to work with docker-compose v1?