From 868424cdd253e450f390dc12e9503514b62a30e4 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 29 Jun 2022 13:17:59 -0300 Subject: [PATCH] Change readme note for build docker images process --- build-docker-images/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-docker-images/README.md b/build-docker-images/README.md index a283ff74..13f1c9bf 100644 --- a/build-docker-images/README.md +++ b/build-docker-images/README.md @@ -1,7 +1,11 @@ # Wazuh Docker Image Builder -test +The creation of the images for the Wazuh stack deployment in Docker is done with the build-images.yml script + +To execute the process, the following must be executed in the root of the wazuh-docker repository: ``` -$ docker-compose build -``` \ No newline at end of file +$ build-docker-images/build-images.sh +``` + +This script initializes the environment variables needed to build each of the images.