Files
wazuh-docker-orginal/build-docker-images/README.md
Alberto Rodríguez 6cde5f5c60 Update README.md
2022-04-01 11:23:30 +02:00

360 B

Wazuh Docker Image Builder

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 single-node environment will be spinned up. It can be terminated with the following command:

$ docker-compose down