Change readme note for build docker images process

This commit is contained in:
vcerenu 2022-06-29 13:17:59 -03:00
parent 84c4aab03d
commit 868424cdd2
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -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
```
$ build-docker-images/build-images.sh
```
This script initializes the environment variables needed to build each of the images.