From cbb95b3bd45e7105f1aadacca0830308484cfd41 Mon Sep 17 00:00:00 2001 From: Kickimanjaro Date: Fri, 29 Sep 2017 18:48:33 -0500 Subject: [PATCH 1/2] Update INSTALL.md Followed instructions to the letter from a new install and found that there was no mention that Docker service must be started. Tried to add this mention where it would have benefited me, but I am new to github and not sure if I'm doing this right. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c4734d9414..69f9b5e087 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -355,6 +355,8 @@ If you wish to use an external database, in the inventory file, set the value of ### Start the build +Note: The Docker service must be started and running. + If you are not pushing images to a Docker registry, start the build by running the following: ```bash From 8a8d710e20e87ad9f5952d6fea92ad04298d223b Mon Sep 17 00:00:00 2001 From: Oliver Vollmer Date: Wed, 4 Oct 2017 06:21:59 -0500 Subject: [PATCH 2/2] moved note to Docker Prereqs, dropped extra OS specific commands --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 69f9b5e087..e16c4f3bc3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -270,6 +270,8 @@ You will need the following installed on the host where AWX will be deployed: - [Docker](https://docs.docker.com/engine/installation/) - [docker-py](https://github.com/docker/docker-py) Python module +Note: After installing Docker, the Docker service must be started. + ### Pre-build steps #### Deploying to a remote host @@ -355,8 +357,6 @@ If you wish to use an external database, in the inventory file, set the value of ### Start the build -Note: The Docker service must be started and running. - If you are not pushing images to a Docker registry, start the build by running the following: ```bash