community.docker.docker – Run tasks in docker containers¶
Note
This plugin is part of the community.docker collection (version 1.5.0).
To install it use: ansible-galaxy collection install community.docker
.
To use it in a playbook, specify: community.docker.docker
.
Synopsis¶
Run commands or put/fetch files to an existing docker container.
Uses the Docker CLI to execute commands in the container. If you prefer to directly connect to the Docker daemon, use the community.docker.docker_api connection plugin.
Parameters¶
Authors¶
Lorin Hochestein (!UNKNOWN)
Leendert Brouwer (!UNKNOWN)