Skip to content
Discussion options

You must be logged in to vote

Ok, I think this docker config finally works:

sudo docker run -d \
--name glances \
--restart=always \
-p 61208-61209:61208-61209 \
-e GLANCES_OPT="-w -C /etc/glances.conf" \
-e TZ=Europe/Helsinki \
-v /home/user/glances/glances.conf:/etc/glances.conf \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
--pid host \
nicolargo/glances:latest-full

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jurasjo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant