Skip to main content

Install Glances to Monitor Docker Containers (with web interface)

Run the following command to install Glances with a web interface. See more information here.

sudo docker run -d --restart="always" -p 61208-61209:61208-61209 -e GLANCES_OPT="-w" -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host docker.io/nicolargo/glances