dockerfiles/glances
kev 9bc9c0b614 update glances 2017-05-21 17:35:36 +08:00
..
arm update glances 2017-05-21 17:35:36 +08:00
Dockerfile update glances 2017-05-21 17:35:36 +08:00
README.md update glances 2017-05-21 17:35:36 +08:00
docker-compose.yml update glances 2017-05-21 17:35:36 +08:00

glances

Glances an Eye on your system. A top/htop alternative.

docker-compose.yml

glances:
  image: vimagick/glances
  volumes:
    - ./data:/etc/glances
    - /var/run/docker.sock:/var/run/docker.sock:ro
  environment:
    - GLANCES_OPT=-w
  net: host
  pid: host
  restart: always

Read this for all command line options.

up and running

$ docker-compose up -d
$ curl http://localhost:61208

You can put settings in ./data/glances.conf.

screenshot