You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/deployment-options/docker/wazuh-container.rst
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ System requirements
41
41
Single-node stack deployment
42
42
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
43
44
-
- **Operating system**: Linux
44
+
- **Operating system**: Linux or Windows
45
45
- **Architecture**: AMD64
46
46
- **CPU**: At least 4 cores
47
47
- **Memory**: At least 8 GB of RAM for the Docker host
@@ -50,7 +50,7 @@ Single-node stack deployment
50
50
Multi-node stack deployment
51
51
~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
52
53
-
- **Operating system**: Linux
53
+
- **Operating system**: Linux or Windows
54
54
- **Architecture**: AMD64
55
55
- **CPU**: At least 4 cores
56
56
- **Memory**: At least 16 GB for the Docker host
@@ -59,9 +59,13 @@ Multi-node stack deployment
59
59
Required software
60
60
^^^^^^^^^^^^^^^^^
61
61
62
-
- **Docker Engine**: Use the latest stable version.
62
+
- **Docker Engine / Docker Desktop**: Use the latest stable version.
63
63
64
-
- **Docker Compose**: Latest stable version (install separately on Linux if needed).
64
+
- **Linux**: Docker Engine
65
+
66
+
- **Windows**: Docker Desktop (requires WSL 2)
67
+
68
+
- **Docker Compose**: Latest stable version (included with Docker Desktop on Windows; install separately on Linux if needed).
65
69
66
70
- **Git**: For cloning the Wazuh Docker repository.
67
71
@@ -125,6 +129,10 @@ Single-node stack deployment
125
129
126
130
Follow the steps below to deploy the Wazuh central components in a single-node stack.
127
131
132
+
.. note::
133
+
134
+
All deployment commands provided apply to both Windows and Linux environments.
135
+
128
136
Cloning the repository
129
137
~~~~~~~~~~~~~~~~~~~~~~
130
138
@@ -157,6 +165,7 @@ You must provide certificates for each node to secure communication between them
157
165
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
158
166
159
167
.. code-block:: yaml
168
+
:emphasize-lines: 9,10
160
169
161
170
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
162
171
services:
@@ -263,6 +272,10 @@ Multi-node stack deployment
263
272
264
273
Follow the steps below to deploy the Wazuh central components in a multi-node stack.
265
274
275
+
.. note::
276
+
277
+
All deployment commands provided apply to both Windows and Linux environments.
278
+
266
279
Cloning the repository
267
280
~~~~~~~~~~~~~~~~~~~~~~
268
281
@@ -295,6 +308,7 @@ You must provide certificates for each node to secure communication between them
295
308
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
296
309
297
310
.. code-block:: yaml
311
+
:emphasize-lines: 9,10
298
312
299
313
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
0 commit comments