summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorEmilien Mottet <emilien.mottet@grenoble-inp.org>2018-11-27 23:06:03 +0100
committerEmilien Mottet <emilien.mottet@grenoble-inp.org>2018-11-27 23:09:39 +0100
commit71d210aef7da56412e5a0a370b289ef0dfea9345 (patch)
tree45df96504c124ff0196ae9fdb89fcaeca40d9216 /README.rst
parentc3d6b1b10f2e43d59cd919be93b0ce9548b11ca5 (diff)
`pwd`.conf instead of ./glances.conf
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b78b61d8..aa6d6352 100644
--- a/README.rst
+++ b/README.rst
@@ -192,9 +192,9 @@ docker run options:
.. code-block:: console
- docker run -v ./glances.conf:/glances/conf/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it docker.io/nicolargo/glances
+ docker run -v `pwd`/glances.conf:/glances/conf/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it docker.io/nicolargo/glances
-Where ./glances.conf is a local directory containing your glances.conf file.
+Where \`pwd\`/glances.conf is a local directory containing your glances.conf file.
Run the container in *Web server mode* (notice the `GLANCES_OPT` environment
variable setting parameters for the glances startup command):