mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Merge pull request #8408 from marcolussetti/fix-docker-compose-install
Point installer to community.general.docker_image Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -78,6 +78,8 @@ Before you can run a deployment, you'll need the following installed in your loc
|
|||||||
- [docker](https://pypi.org/project/docker/) Python module
|
- [docker](https://pypi.org/project/docker/) Python module
|
||||||
+ This is incompatible with `docker-py`. If you have previously installed `docker-py`, please uninstall it.
|
+ This is incompatible with `docker-py`. If you have previously installed `docker-py`, please uninstall it.
|
||||||
+ We use this module instead of `docker-py` because it is what the `docker-compose` Python module requires.
|
+ We use this module instead of `docker-py` because it is what the `docker-compose` Python module requires.
|
||||||
|
- [community.general.docker_image collection](https://docs.ansible.com/ansible/latest/collections/community/general/docker_image_module.html)
|
||||||
|
+ This is only required if you are using Ansible >= 2.10
|
||||||
- [GNU Make](https://www.gnu.org/software/make/)
|
- [GNU Make](https://www.gnu.org/software/make/)
|
||||||
- [Git](https://git-scm.com/) Requires Version 1.8.4+
|
- [Git](https://git-scm.com/) Requires Version 1.8.4+
|
||||||
- Python 3.6+
|
- Python 3.6+
|
||||||
|
|||||||
Reference in New Issue
Block a user