Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jan 24, 2021
2 parents a8fd757 + 0d35d54 commit 3a116dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,23 @@ and generate the password file (the default login is ``glances``, add the ``--us
which will prompt you to answer the following questions:

.. code-block:: console
Define the Glances server password (glances username):
Password (confirm):
Do you want to save the password? [Yes/No]: Yes
after which you will need to kill the process by entering ``CTRL+C`` (potentially twice), before leaving the container:

.. code-block:: console
^C^C
exit
You will then need to copy the password file to your host machine:

.. code-block:: console
docker cp glances_docker:/root/.config/glances/glances.pwd ./secrets/glances_password
and make it visible to your container by adding it to ``docker-compose.yml`` as a ``secret``:

.. code-block:: yaml
version: '3'
services:
Expand Down

0 comments on commit 3a116dd

Please sign in to comment.