mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-13 10:07:36 +03:00
4 lines
144 B
Docker
4 lines
144 B
Docker
FROM nicolargo/glances:alpine-dev
|
|
COPY glances.conf /glances/conf/glances.conf
|
|
CMD python -m glances -C /glances/conf/glances.conf $GLANCES_OPT
|