Skip to content

Commit

Permalink
Documented Docker container OpenSSL abilities being affected by Host …
Browse files Browse the repository at this point in the history
…network proxy services (ROCm#440)

* Documented Docker container OpenSSL abilities being affected by host
network proxy services, causing network certificates verification
problem during Docker container build stage of Grafana server setup.

Signed-off-by: Vladimir Stempen <[email protected]>

* Update docs/install/grafana-setup.rst

Co-authored-by: Peter Park <[email protected]>
Signed-off-by: vstempen <[email protected]>

---------

Signed-off-by: Vladimir Stempen <[email protected]>
Signed-off-by: vstempen <[email protected]>
Co-authored-by: Peter Park <[email protected]>
  • Loading branch information
vstempen and peterjunpark committed Oct 7, 2024
1 parent 4408fdf commit 9e74f10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install/grafana-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ directory to begin.
$ sudo docker-compose build
$ sudo docker-compose up -d
.. note::

To troubleshoot Docker container build failures related to certificate verification, try
disabling any network proxy services on the host system. These proxy services can interfere
with OpenSSL's ability to retrieve a correct certificate chain when the container accesses
external websites.

The TCP ports for Grafana (``4000``) and MongoDB (``27017``) in the Docker
container are mapped to ``14000`` and ``27018``, respectively, on the host side.

Expand Down

0 comments on commit 9e74f10

Please sign in to comment.