mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
Merge pull request #3984 from jpmens/patch-1
Emphasize a recent version of Docker Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -59,6 +59,7 @@ Before you can run a deployment, you'll need the following installed in your loc
|
|||||||
|
|
||||||
- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.4+
|
- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.4+
|
||||||
- [Docker](https://docs.docker.com/engine/installation/)
|
- [Docker](https://docs.docker.com/engine/installation/)
|
||||||
|
+ A recent version
|
||||||
- [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.
|
||||||
|
|||||||
Reference in New Issue
Block a user