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
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ You must provide certificates for each node to secure communication between them
168
168
#. **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.
169
169
170
170
.. code-block:: yaml
171
+
:emphasize-lines: 9,10
171
172
172
173
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
173
174
services:
@@ -306,6 +307,7 @@ You must provide certificates for each node to secure communication between them
306
307
#. **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.
307
308
308
309
.. code-block:: yaml
310
+
:emphasize-lines: 9,10
309
311
310
312
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
311
313
services:
@@ -365,7 +367,7 @@ Deployment
365
367
366
368
.. group-tab:: Background
367
369
368
-
.. code-block:: console
370
+
.. code-block:: console
369
371
370
372
# docker compose up -d
371
373
@@ -432,7 +434,7 @@ Follow these steps to deploy the Wazuh agent using Docker.
432
434
#. Edit the ``docker-compose.yml`` file. Replace ``<YOUR_WAZUH_MANAGER_IP>`` with the IP address of your Wazuh manager. Locate the environment section for the agent service and update it:
433
435
434
436
.. code-block:: yaml
435
-
:emphasize-lines: 7
437
+
:emphasize-lines: 6,7
436
438
437
439
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
438
440
services:
@@ -446,16 +448,18 @@ Follow these steps to deploy the Wazuh agent using Docker.
446
448
447
449
#. Start the Wazuh agent deployment using ``docker compose``:
448
450
449
-
- **Background**:
451
+
.. tabs::
450
452
451
-
.. code-block:: console
453
+
.. group-tab:: Background
452
454
453
-
# docker compose up -d
455
+
.. code-block:: console
454
456
455
-
- **Foreground**:
457
+
# docker compose up -d
456
458
457
-
.. code-block:: console
459
+
.. group-tab:: Foreground
460
+
461
+
.. code-block:: console
458
462
459
-
# docker compose up
463
+
# docker compose up
460
464
461
465
#. Verify from your Wazuh dashboard that the Wazuh agent deployment was successful and visible. Navigate to the **Agent management** > **Summary**, and you should see the Wazuh agent container active on your dashboard.
0 commit comments