mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 05:23:14 +00:00
Merge pull request #682 from wazuh/bump-4-3-5
Change readme note from Docker images build
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
# Wazuh Docker Image Builder
|
# Wazuh Docker Image Builder
|
||||||
|
|
||||||
This stack allows you to build the Wazuh manager, indexer, and dashboard images locally by running the command:
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user