summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJP Mens <jp@mens.de>2019-06-01 16:29:10 +0200
committerGitHub <noreply@github.com>2019-06-01 16:29:10 +0200
commita7b96d5aec8466ba5cacf91647a8b6827c33ec45 (patch)
tree10710c580bae1e93b69c55697b8e1b24dd895477 /INSTALL.md
parentMerge pull request #3981 from jakemcdermott/test-debug-helpers (diff)
downloadawx-a7b96d5aec8466ba5cacf91647a8b6827c33ec45.tar.xz
awx-a7b96d5aec8466ba5cacf91647a8b6827c33ec45.zip
Emphasize a recent version of Docker
I had 1.13 installed as part of Centos Extras and spent hours attempting to install AWX 4.0.0; the attempts all threw masses of permission denied errors. Uninstalling that version and replacing with a current docker-ce then worked.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2e211786a2..59f7fb5d41 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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+
- [Docker](https://docs.docker.com/engine/installation/)
+ + A recent version
- [docker](https://pypi.org/project/docker/) Python module
+ 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.