Deployment on Docker
Docker is an open source platform that simplifies building, delivering, and running applications in lightweight, portable containers. These containers bundle their application with all its dependencies, such as code, system tools, system libraries, and settings. Docker enables the separation of applications from the underlying infrastructure and ensures they run consistently across any environment, whether in the cloud or on-premises.
Wazuh provides official Docker images that you can install to streamline deployment. These include:
wazuh-manager
wazuh-indexer
wazuh-dashboard
You can find all available Wazuh Docker images on Docker Hub.