From 6cde5f5c600fc1c68103456a0265e0d8979c4b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Rodr=C3=ADguez?= Date: Fri, 1 Apr 2022 11:23:30 +0200 Subject: [PATCH] Update README.md --- build-docker-images/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-docker-images/README.md b/build-docker-images/README.md index d7a09f6d..5839ac52 100644 --- a/build-docker-images/README.md +++ b/build-docker-images/README.md @@ -1,16 +1,13 @@ # Wazuh Docker Image Builder -By executing this stack, the Docker images of Wazuh manager, indexer and dashboard are created. -This process can be used in case of any problem accessing the Docker images that are hosted on Docker Hub. - -To execute this process, the following command must be executed: +This stack allows you to build the Wazuh manager, indexer, and dashboard images locally by running the command: ``` $ docker-compose up -d --build ``` -Once the image creation process is finished, a Wazuh test stack will also be executed, which must be terminated with the following command: +Once the image creation process is finished, a Wazuh single-node environment will be spinned up. It can be terminated with the following command: ``` $ docker-compose down -``` \ No newline at end of file +```