Skip to content

How to run Wazuh with a Docker macvlan? #1394

Answered by schneich
schneich asked this question in Q&A
Discussion options

You must be logged in to vote

After many more hours, I have been able to solve it - with the help from the docker community.

The root cause of all my issues was that I did not understand the difference between Docker Volumes and Docker bind mounts. After changing my yml, it works perfectly fine.

  • My yml utilises the Docker volume, combined with the mount-option, so that I don’t have to change my backup strategy.
  • I was able to define my own network settings.
    -- the containers talk to each other via an internal docker network
    -- the dashboard container is accessible via its own IP-address
  • I added a top level name, so that the Docker stack is not named after the folder, the compose.yml is sitting in.

Be aware that in th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by schneich
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant