wazuh-docker
wazuh-docker copied to clipboard
[ windows ] Error response from daemon: container create: statfs /mnt/f/Privacy/wazuh-docker/single-node/config/wazuh_indexer_ssl_certs: no such file or directory
Error response from daemon: container create: statfs /mnt/f/Privacy/wazuh-docker/single-node/config/wazuh_indexer_ssl_certs: no such file or directory
How to fix it?
run command on path /wazuh-docker/single-node/config/:
mkdir wazuh_indexer_ssl_certs
then run command:
docker-compose -f generate-indexer-certs.yml run --rm generator
[+] Building 0.0s (0/0) docker-container:default [+] Building 0.0s (0/0) docker-container:default The tool to create the certificates exists in the in Packages bucket 13/11/2023 05:27:55 INFO: Admin certificates created. 13/11/2023 05:27:55 INFO: Wazuh indexer certificates created. 13/11/2023 05:27:55 INFO: Wazuh server certificates created. 13/11/2023 05:27:55 INFO: Wazuh dashboard certificates created. Moving created certificates to the destination directory Changing certificate permissions Setting UID indexer and dashboard Setting UID for wazuh manager and worker
I think it's the branch pull that failed, I used master(main).
So: No PR is submitted.
And something happen when I run this command:
docker-compose up
[+] Building 0.0s (0/0) docker-container:default [+] Running 2/2 ✔ Container single-node-wazuh.manager-1 Created 0.1s ✔ Container single-node-wazuh.indexer-1 Created 0.1s
- Container single-node-wazuh.dashboard-1 Creating 0.0s Error response from daemon: bad parameter: link is not supported