2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 10:07:24 +01:00
Files
dockerfiles_vimagick/glances/arm/docker-compose.yml
2017-05-21 09:01:03 +08:00

10 lines
177 B
YAML

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