Building Docker images locally
You can modify and build Docker images for the Wazuh central components (manager, indexer, and dashboard) and the Wazuh agent.
Clone the Wazuh Docker repository to your system:
# git clone https://github.com/wazuh/wazuh-docker.git -b v5.0.0
Navigate to the
build-docker-imagesdirectory:# cd wazuh-docker/build-docker-images
Run the build script:
# ./build-images.sh
This process builds Docker images for all Wazuh components on your local system.