Skip to content

Commit caf16d0

Browse files
authored
Merge pull request #8857 from wazuh/enhancement/310-add-docker-windows-support
add docker windows support
2 parents 286c774 + ff6e846 commit caf16d0

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414
- Added information about filters in the Windows agent to block UNC and mapped drive paths to mitigate *NetNTLMv2* vulnerabilities. ([#8665](https://github.com/wazuh/wazuh-documentation/pull/8665))
1515
- Added the Wazuh global queries documentation. ([#8722](https://github.com/wazuh/wazuh-documentation/pull/8722))
1616
- Added `remoted.ctrl_msg_queue_size` internal option and new remoted statistics fields. ([#8769](https://github.com/wazuh/wazuh-documentation/pull/8769))
17-
- Added Wazuh agent deployment on Docker documentation. ([#8798](https://github.com/wazuh/wazuh-documentation/pull/8798)) ([#8845](https://github.com/wazuh/wazuh-documentation/pull/8845))
17+
- Added Wazuh agent deployment on Docker documentation. ([#8798](https://github.com/wazuh/wazuh-documentation/pull/8798)) ([#8845](https://github.com/wazuh/wazuh-documentation/pull/8845)) ([#8857](https://github.com/wazuh/wazuh-documentation/pull/8857))
1818

1919
### Changed
2020

source/deployment-options/docker/wazuh-container.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ System requirements
4343
Single-node stack deployment
4444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4545

46-
- **Operating system**: Linux
46+
- **Operating system**: Linux or Windows
4747
- **Architecture**: AMD64
4848
- **CPU**: At least 4 cores
4949
- **Memory**: At least 8 GB of RAM for the Docker host
@@ -52,7 +52,7 @@ Single-node stack deployment
5252
Multi-node stack deployment
5353
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5454

55-
- **Operating system**: Linux
55+
- **Operating system**: Linux or Windows
5656
- **Architecture**: AMD64
5757
- **CPU**: At least 4 cores
5858
- **Memory**: At least 16 GB for the Docker host
@@ -61,7 +61,7 @@ Multi-node stack deployment
6161
Wazuh agent deployment
6262
~~~~~~~~~~~~~~~~~~~~~~
6363

64-
- **Operating system**: Linux
64+
- **Operating system**: Linux or Windows
6565
- **Architecture**: AMD64
6666
- **CPU**: At least 2 cores
6767
- **Memory**: At least 1 GB of RAM for the Docker host
@@ -70,9 +70,13 @@ Wazuh agent deployment
7070
Required software
7171
^^^^^^^^^^^^^^^^^
7272

73-
- **Docker Engine**: Use the latest stable version.
73+
- **Docker Engine / Docker Desktop**: Use the latest stable version.
7474

75-
- **Docker Compose**: Latest stable version (install separately on Linux if needed).
75+
- **Linux**: Docker Engine
76+
77+
- **Windows**: Docker Desktop (requires WSL 2)
78+
79+
- **Docker Compose**: Latest stable version (included with Docker Desktop on Windows; install separately on Linux if needed).
7680

7781
- **Git**: For cloning the Wazuh Docker repository.
7882

@@ -136,6 +140,10 @@ Single-node stack deployment
136140

137141
Follow the steps below to deploy the Wazuh central components in a single-node stack.
138142

143+
.. note::
144+
145+
All deployment commands provided apply to both Windows and Linux environments.
146+
139147
Cloning the repository
140148
~~~~~~~~~~~~~~~~~~~~~~
141149

@@ -275,6 +283,10 @@ Multi-node stack deployment
275283

276284
Follow the steps below to deploy the Wazuh central components in a multi-node stack.
277285

286+
.. note::
287+
288+
All deployment commands provided apply to both Windows and Linux environments.
289+
278290
Cloning the repository
279291
~~~~~~~~~~~~~~~~~~~~~~
280292

0 commit comments

Comments
 (0)