Skip to content

Commit

Permalink
Force urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Dec 1, 2023
1 parent cd01eda commit dd910e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/proof-of-concept-guide/monitoring-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Perform the following steps to install Docker on the Ubuntu endpoint and configu
.. code-block:: console
$ curl -sSL https://get.docker.com/ | sh
$ sudo pip3 install docker==6.1.1
$ sudo pip3 install docker==4.2.0 urllib3==1.26.5
#. Edit the Wazuh agent configuration file ``/var/ossec/etc/ossec.conf`` and add this block to enable the ``docker-listener`` module:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Install dependencies on the Docker server
# apt-get install python3-pip
#. Install the Python ``docker`` module. The Wazuh Docker listener requires ``docker 6.1.1``.
#. Install the Python ``docker`` module. The Wazuh Docker listener requires ``docker 4.2.0``.

.. code-block:: console
# pip3 install docker==6.1.1
# pip3 install docker==4.2.0 urllib3==1.26.5
Configure the Wazuh agent
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit dd910e4

Please sign in to comment.