Skip to content

Commit d1c9cc3

Browse files
committed
Add Wazuh deployment on Docker rework
1 parent a8ebc62 commit d1c9cc3

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
4848
- **Post-release**: Changed the warning note on using the `$` and `&` characters when changing passwords in Docker deployments. ([#8694](https://github.com/wazuh/wazuh-documentation/pull/8694))
4949
- **Post-release**: Changed Windows commands in the backup guide to PowerShell. ([#8761](https://github.com/wazuh/wazuh-documentation/pull/8761))
5050
- **Post-release**: Updated 4.12.0 command output examples. ([#8779](https://github.com/wazuh/wazuh-documentation/pull/8779)) ([#8780](https://github.com/wazuh/wazuh-documentation/pull/8780))
51+
- **Post-release**: Updated the *Deployment on Docker* documentation. ([#8793](https://github.com/wazuh/wazuh-documentation/pull/8793))
5152

5253
### Fixed
5354

source/_static/js/redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ newUrls['4.12'] = [
7575
'/development/packaging/generate-server-package.html',
7676
'/development/packaging/generate-agent-package.html',
7777
'/cloud-service/ai-analyst.html',
78+
'/deployment-options/docker/prerequisites.html',
79+
'/deployment-options/docker/build-docker-images-locally.html',
7880
]
7981

8082
/* Redirections from 4.9 to 4.10 */
@@ -138,6 +140,8 @@ removedUrls['4.12'] = [
138140
'/development/packaging/generate-hpux-package.html',
139141
'/development/packaging/generate-wpk-package.html',
140142
'/user-manual/capabilities/vulnerability-detection/offline-update.html',
143+
'/deployment-options/docker/docker-installation.html',
144+
'/deployment-options/docker/faq-wazuh-container.html',
141145
];
142146

143147
/* *** RELEASE 4.11 ****/

source/deployment-options/docker/build-docker-images-locally.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Build Docker images locally
77
===========================
88

9-
You can modify and build Docker images for the Wazuh central components (manager, indexer, and dashboard) and the Wazuh agent.
9+
You can modify and build Docker images for the Wazuh central components (manager, indexer, and dashboard).
1010

1111
#. Clone the `Wazuh Docker repository <https://github.com/wazuh/wazuh-docker>`_ to your system:
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Access to services and containers
1414
This section explains how to interact with your Wazuh deployment by accessing service logs and shell instances of running containers.
1515

1616
#. Access the Wazuh dashboard using the Docker host IP address.
17-
#. Enroll agents through the the standard :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` process. Use the Docker host address as the Wazuh manager address.
17+
#. Enroll agents through the standard :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` process. Use the Docker host address as the Wazuh manager address.
1818
#. List the containers in the directory where the Wazuh ``docker-compose.yml`` file is located:
1919

2020
.. code-block:: console

source/deployment-options/docker/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. Copyright (C) 2015, Wazuh, Inc.
22
33
.. meta::
4-
:description: Learn how to deploy Wazuh using official Docker images, including the Wazuh manager, indexer, dashboard, and agent in this section of the documentation.
4+
:description: Learn how to deploy Wazuh using official Docker images, including the Wazuh manager, indexer, and dashboard in this section of the documentation.
55

66
Deployment on Docker
77
====================
@@ -14,12 +14,11 @@ Wazuh provides official Docker images that you can install to streamline deploym
1414
- ``wazuh-manager``
1515
- ``wazuh-indexer``
1616
- ``wazuh-dashboard``
17-
- ``wazuh-agent``
1817

1918
You can find all available Wazuh Docker images on `Docker Hub <https://hub.docker.com/u/wazuh>`__.
2019

2120
.. toctree::
22-
:maxdepth: 1
21+
:maxdepth: 2
2322

2423
prerequisites
2524
wazuh-container

0 commit comments

Comments
 (0)