Repository URL to install this package:
Version:
6.0.0 ▾
|
.. |
changelogs |
meta |
plugins |
CHANGELOG.rst |
COPYING |
FILES.json |
MANIFEST.json |
PSF-license.txt |
README.md |
This repo contains the community.docker
Ansible Collection. The collection includes many modules and plugins to work with Docker.
Please note that this collection does not support Windows targets. The connection plugins included in this collection support Windows targets on a best-effort basis, but we are not testing this in CI.
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 and ansible-core 2.13 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
Most modules and plugins require the Docker SDK for Python. For Python 2.6 support, use the deprecated docker-py library instead.
Both libraries cannot be installed at the same time. If you accidentally did install them simultaneously, you have to uninstall both before re-installing one of them.
Before using the General community collection, you need to install the collection with the ansible-galaxy
CLI:
ansible-galaxy collection install community.docker
You can also include it in a requirements.yml
file and install it via ansible-galaxy collection install -r requirements.yml
using the format:
collections: - name: community.docker
See Ansible Using collections for more details.
If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured COLLECTIONS_PATH
, and work on it there.
You can find more information in the developer guide for collections, and in the Ansible Community Guide.
See the changelog.
GNU General Public License v3.0 or later.
See COPYING to see the full text.