summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorey-jo <jo.17@t-online.de>2024-07-11 15:13:25 +0100
committerey-jo <jo.17@t-online.de>2024-07-11 15:13:25 +0100
commitbe83a0f735bf1afe5f700aa39174fc072e40441f (patch)
tree80211c55a58b08cfbb9f59665e5423ccc62c0d10 /docs
parent166e6df3733f8b78df4e11be0c9dd00a2f42d7ca (diff)
changing path in docs for docker
Diffstat (limited to 'docs')
-rw-r--r--docs/docker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index 7151e95f..1c6fe0b6 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -79,7 +79,7 @@ Alternatively, you can specify something along the same lines with docker run op
.. code-block:: console
- docker run -v `pwd`/glances.conf:/glances/conf/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro -v /run/user/1000/podman/podman.sock:/run/user/1000/podman/podman.sock:ro --pid host -it docker.io/nicolargo/glances
+ docker run -v `pwd`/glances.conf:/etc/glances/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro -v /run/user/1000/podman/podman.sock:/run/user/1000/podman/podman.sock:ro --pid host -it docker.io/nicolargo/glances
Where \`pwd\`/glances.conf is a local directory containing your glances.conf file.