Skip to content

Commit 3ac1960

Browse files
authored
Merge pull request #8852 from wazuh/enhancement/310-add-windows-docker-support
add windows support to docker
2 parents e9e3dca + ba6537d commit 3ac1960

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- **Post-release**: Added the `ap-northeast-1` (Tokyo) region. ([#8818](https://github.com/wazuh/wazuh-documentation/pull/8818))
2626
- **Post-release**: Added a Q&A to the Cloud service FAQ section. ([#8832](https://github.com/wazuh/wazuh-documentation/pull/8832))
2727
- **Post-release**: Added agent restart commands to Agent enrollment methods section. ([#8836](https://github.com/wazuh/wazuh-documentation/pull/8836))
28+
- **Post-release**: Added Wazuh Docker support for Windows. ([#8852](https://github.com/wazuh/wazuh-documentation/pull/8852))
2829

2930
### Changed
3031

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ System requirements
4141
Single-node stack deployment
4242
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4343

44-
- **Operating system**: Linux
44+
- **Operating system**: Linux or Windows
4545
- **Architecture**: AMD64
4646
- **CPU**: At least 4 cores
4747
- **Memory**: At least 8 GB of RAM for the Docker host
@@ -50,7 +50,7 @@ Single-node stack deployment
5050
Multi-node stack deployment
5151
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5252

53-
- **Operating system**: Linux
53+
- **Operating system**: Linux or Windows
5454
- **Architecture**: AMD64
5555
- **CPU**: At least 4 cores
5656
- **Memory**: At least 16 GB for the Docker host
@@ -59,9 +59,13 @@ Multi-node stack deployment
5959
Required software
6060
^^^^^^^^^^^^^^^^^
6161

62-
- **Docker Engine**: Use the latest stable version.
62+
- **Docker Engine / Docker Desktop**: Use the latest stable version.
6363

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).
6569

6670
- **Git**: For cloning the Wazuh Docker repository.
6771

@@ -125,6 +129,10 @@ Single-node stack deployment
125129

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

132+
.. note::
133+
134+
All deployment commands provided apply to both Windows and Linux environments.
135+
128136
Cloning the repository
129137
~~~~~~~~~~~~~~~~~~~~~~
130138

@@ -157,6 +165,7 @@ You must provide certificates for each node to secure communication between them
157165
#. **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.
158166

159167
.. code-block:: yaml
168+
:emphasize-lines: 9,10
160169
161170
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
162171
services:
@@ -263,6 +272,10 @@ Multi-node stack deployment
263272

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

275+
.. note::
276+
277+
All deployment commands provided apply to both Windows and Linux environments.
278+
266279
Cloning the repository
267280
~~~~~~~~~~~~~~~~~~~~~~
268281

@@ -295,6 +308,7 @@ You must provide certificates for each node to secure communication between them
295308
#. **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.
296309

297310
.. code-block:: yaml
311+
:emphasize-lines: 9,10
298312
299313
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
300314
services:
@@ -354,7 +368,7 @@ Deployment
354368

355369
.. group-tab:: Background
356370

357-
.. code-block:: console
371+
.. code-block:: console
358372
359373
# docker compose up -d
360374

0 commit comments

Comments
 (0)