mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 08:11:39 +03:00
4 lines
137 B
Docker
4 lines
137 B
Docker
FROM nicolargo/glances:dev
|
|
COPY glances.conf /glances/conf/glances.conf
|
|
CMD python -m glances -C /glances/conf/glances.conf $GLANCES_OPT
|