mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-12 02:46:26 -04:00
4 lines
158 B
Docker
4 lines
158 B
Docker
FROM nicolargo/glances:latest as glancesminimal
|
|
COPY glances.conf /glances/conf/glances.conf
|
|
CMD python -m glances -C /glances/conf/glances.conf $GLANCES_OPT
|