Skip to content

Commit 413df02

Browse files
authored
Merge pull request nicolargo#2873 from ey-jo/fix-docs-path
Corrected path in docs for docker
2 parents 166e6df + be83a0f commit 413df02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Alternatively, you can specify something along the same lines with docker run op
7979

8080
.. code-block:: console
8181
82-
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
82+
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
8383
8484
Where \`pwd\`/glances.conf is a local directory containing your glances.conf file.
8585

0 commit comments

Comments
 (0)