Building Docker images locally

You can modify and build Docker images for the Wazuh central components (manager, indexer, and dashboard) and the Wazuh agent.

  1. Clone the Wazuh Docker repository to your system:

    # git clone https://github.com/wazuh/wazuh-docker.git -b v4.13.0
    
  2. Navigate to the wazuh-docker/build-docker-images/ directory and run the build script:

    # build-docker-images/build-images.sh
    

This builds Docker images for all Wazuh components on your local system.