mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
docker_service: rename to docker_compose. (#51035)
* Rename docker_service -> docker_compose. * Added changelog. * Update scenario guide. * Clean up module.
This commit is contained in:
committed by
John R Barker
parent
3c39c5d456
commit
d2c4f57f16
@@ -3,7 +3,7 @@ Getting Started with Docker
|
||||
|
||||
Ansible offers the following modules for orchestrating Docker containers:
|
||||
|
||||
docker_service
|
||||
docker_compose
|
||||
Use your existing Docker compose files to orchestrate containers on a single Docker daemon or on
|
||||
Swarm. Supports compose versions 1 and 2.
|
||||
|
||||
@@ -66,7 +66,7 @@ a broken installation. If this happens, Ansible will detect it and inform you ab
|
||||
for Python 2.6 is required. Please note that simply uninstalling one of the modules can leave the
|
||||
other module in a broken state.
|
||||
|
||||
The docker_service module also requires `docker-compose <https://github.com/docker/compose>`_
|
||||
The docker_compose module also requires `docker-compose <https://github.com/docker/compose>`_
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user