mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:20 +00:00
12 lines
373 B
Markdown
12 lines
373 B
Markdown
# Wazuh Docker Image Builder
|
|
|
|
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:
|
|
|
|
```
|
|
$ build-docker-images/build-images.sh
|
|
```
|
|
|
|
This script initializes the environment variables needed to build each of the images.
|