mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
10 lines
175 B
YAML
10 lines
175 B
YAML
glances:
|
|
image: vimagick/glances
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
- GLANCES_OPT=-w
|
|
net: host
|
|
pid: host
|
|
restart: always
|