mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-04 14:03:18 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
b0e2b5aca0
commit
6cde5f5c60
@@ -1,15 +1,12 @@
|
|||||||
# Wazuh Docker Image Builder
|
# Wazuh Docker Image Builder
|
||||||
|
|
||||||
By executing this stack, the Docker images of Wazuh manager, indexer and dashboard are created.
|
This stack allows you to build the Wazuh manager, indexer, and dashboard images locally by running the command:
|
||||||
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:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker-compose up -d --build
|
$ 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
|
$ docker-compose down
|
||||||
|
|||||||
Reference in New Issue
Block a user