wazuh / wazuh-docker

Wazuh - Docker containers
https://wazuh.com
Other
678 stars 392 forks source link

Error deploying "driver failed programming external connectivity on endpoint" #1335

Closed rkuinkel closed 4 months ago

rkuinkel commented 5 months ago

Screenshot 2024-05-04 222020 Screenshot 2024-05-04 222548 I am new to this.

davidcr01 commented 5 months ago

Hello.

The problem is that, when deploying the single node Wazuh docker deployment, Docker can not expose the 55000 port of your machine because it is already being used by a Wazuh manager. I wonder why you want a Wazuh manager and a single node Wazuh docker deployment in the same machine when the Docker deployment implies having a Wazuh manager inside the container.

If this is your desired environment, then you should redirect every Wazuh manager port of the Docker deployment by modifying the docker-compose.yml file:

https://github.com/wazuh/wazuh-docker/blob/ec76ea8d92c157357989746b4f1050c18bb379da/single-node/docker-compose.yml#L16-L20

If you just want a Docker deployment, please remove the Wazuh manager installed in your system and then, the port problem will be solved.