Skip to content

Commit 75f8891

Browse files
committed
add docker windows support
1 parent 286c774 commit 75f8891

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

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

Lines changed: 18 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

@@ -245,6 +253,7 @@ Deployment
245253

246254

247255
Accessing the Wazuh dashboard
256+
248257
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249258

250259
After deploying the single-node stack, you can access the Wazuh dashboard using your Docker host's IP address or localhost.
@@ -275,6 +284,10 @@ Multi-node stack deployment
275284

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

287+
.. note::
288+
289+
All deployment commands provided apply to both Windows and Linux environments.
290+
278291
Cloning the repository
279292
~~~~~~~~~~~~~~~~~~~~~~
280293

0 commit comments

Comments
 (0)