1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
dockerfiles/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