1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/glances/arm/docker-compose.yml

11 lines
203 B
YAML
Raw Normal View History

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