summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-01-24 14:33:22 +0100
committernicolargo <nicolas@nicolargo.com>2021-01-24 14:33:22 +0100
commit3a116ddeb98de9144f7b7479095155b416bae78e (patch)
treedc2635e9e76e1d939d004b26d61c616e4cf8270b
parenta8fd757d473488cb866a193aeb605fcacdf3a593 (diff)
parent0d35d5477bd1afbbb0bd990592fb69e7bae3743b (diff)
Merge branch 'master' into developv3.1.6.1
-rw-r--r--docs/docker.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index 1d7e1428..cfa25834 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -97,7 +97,6 @@ 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
@@ -105,20 +104,16 @@ which will prompt you to answer the following questions:
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: