update readme docker run command #1219

This commit is contained in:
nicolargo 2018-01-17 11:14:26 +01:00
parent d53e80359e
commit 7ba8448b82
1 changed files with 1 additions and 1 deletions

View File

@ -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: