mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-18 23:01:58 +03:00
Update the documentation conerning the Docker Gances conf file
This commit is contained in:
parent
c2a37fc72c
commit
472b1f8296
@ -225,15 +225,15 @@ create your own Dockerfile:
|
||||
.. code-block:: console
|
||||
|
||||
FROM nicolargo/glances:latest
|
||||
COPY glances.conf /glances/conf/glances.conf
|
||||
CMD python -m glances -C /glances/conf/glances.conf $GLANCES_OPT
|
||||
COPY glances.conf /etc/glances.conf
|
||||
CMD python -m glances -C /etc/glances.conf $GLANCES_OPT
|
||||
|
||||
Alternatively, you can specify something along the same lines with
|
||||
docker run options:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
docker run -v `pwd`/glances.conf:/glances/conf/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it nicolargo/glances:latest-full
|
||||
docker run -v `pwd`/glances.conf:/etc/glances.conf -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it nicolargo/glances:latest-full
|
||||
|
||||
Where \`pwd\`/glances.conf is a local directory containing your glances.conf file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user