Hi Dat,
Thank you for reaching out to us.
Based on the information you provided, it seems like there might be an issue with the configuration of your Dockerfile or docker-compose.yml file.
We suggest checking the logs to see if there are any errors or warnings that might help identify the issue.
Additionally, you can try adding the necessary scripts or configurations to the Wazuh manager by mounting them as volumes in the docker-compose.yml file. For example, you can add a volume section to the wazuh.manager service like this:
volumes:
Then, you can reference the scripts in your Dockerfile or in the wazuh.manager service configuration.: https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html#single-node-deployment
We hope this helps. Let us know if you have any further questions or concerns.