From a7b96d5aec8466ba5cacf91647a8b6827c33ec45 Mon Sep 17 00:00:00 2001 From: JP Mens Date: Sat, 1 Jun 2019 16:29:10 +0200 Subject: [PATCH] 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. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) 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.