2017-05-21 03:01:03 +02:00
|
|
|
glances:
|
|
|
|
image: easypi/glances-arm
|
|
|
|
volumes:
|
2017-05-21 11:35:36 +02:00
|
|
|
- ./data:/etc/glances
|
2017-05-21 03:01:03 +02:00
|
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
|
environment:
|
|
|
|
- GLANCES_OPT=-w
|
|
|
|
net: host
|
|
|
|
pid: host
|
|
|
|
restart: always
|