mirror of https://github.com/nicolargo/glances.git
update readme docker run command #1219
This commit is contained in:
parent
d53e80359e
commit
7ba8448b82
|
|
@ -174,7 +174,7 @@ Run the container in *console mode*:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -it docker.io/nicolargo/glances
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host --network host -it docker.io/nicolargo/glances
|
||||
|
||||
Additionally, if you want to use your own glances.conf file, you can
|
||||
create your own Dockerfile:
|
||||
|
|
|
|||
Loading…
Reference in New Issue