jdreinhardt/glances
Unofficial multi-arch builds for Glances
1M+
Source repository: https://github.com/nicolargo/glances
Glances an Eye on your system. A top/htop alternative.
latest
is built from the latest updates on the develop branch from the source projectrelease
is built from the latest release version. Additional tags are generated for each specific versiondocker run -d -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host -p 61208:61208 -e GLANCES_OPT="-w" jdreinhardt/glances:latest
version: '3'
services:
glances:
image: jdreinhardt/glances:latest
volumes:
- ./data:/etc/glances
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- GLANCES_OPT=-w
ports:
- 61208:61208
pid: host
restart: always
The Glances webui should be available at http://localhost:61208
Additional configurations may be placed in ./data/glances.conf
docker pull jdreinhardt/glances