-
Notifications
You must be signed in to change notification settings - Fork 203
Improve Docker documentation for 6.0.0+ and MacOS users #7407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 6.0.0
Are you sure you want to change the base?
Conversation
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
d167f7e
to
8fed0f3
Compare
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test: 🔴
When I execute the line sudo chown -R $USER:staff $WZ_HOME it gives an error
sudo dscl . -create /Groups/docker-desktop
sudo dscl . -create /Groups/docker-desktop PrimaryGroupID 100999
sudo dscl . -create /Users/docker-desktop
sudo dscl . -create /Users/docker-desktop UniqueID 100999
sudo dscl . -create /Users/docker-desktop PrimaryGroupID 100999
sudo chown -R $USER:staff $WZ_HOME
zsh: bad substitution
@yenienserrano Could you please try replace the last command:
to:
I've identified the bug and fixed it in this commit. The problem is that in zsh the |
…ation process Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
…ami) instead of $USER Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
…ashboard in osd-dev documentation Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢
|
|
|
Description
This PR improves the Docker documentation for setting up the Wazuh development environment, with a focus on MacOS-specific instructions and clarifying behavior differences between versions. It adds detailed explanations for setting vm.max_map_count on MacOS, updates the jq installation instructions, and includes information about accessing the dashboard via HTTPS in version 6.0.0+.
A key improvement is documenting that in version 6.0.0 and later, the Wazuh Dashboard container automatically installs dependencies and starts the server with
yarn start --no-base-path
, eliminating the need for developers to manually enter the container to run these commands.Additionally, this PR documents the
--no-start
flag which allows developers to prevent automatic startup and manually control the initialization process when needed for debugging or custom configurations.Issues Resolved
Evidence
without.flag.mov
--no-start-redorc.mov
Test
To test this PR:
Check List