Skip to content

Commit 871c9a2

Browse files
committed
add windows support to docker
1 parent e9e3dca commit 871c9a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 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

0 commit comments

Comments
 (0)