Docker Monitoring Not Working #3075
Replies: 3 comments 1 reply
-
This oddly works on sudo. |
Beta Was this translation helpful? Give feedback.
-
It's not a Glances issue, you should have the same king of problem if you run the "docker ps" command with your user. Following this procedure should correct the issue: https://docs.docker.com/engine/install/linux-postinstall/ Another note, you use the Glances Debian package. It's an old version, it should be better, if you can (if your computer is connected to Internet) to use the standard Pypi installation. You need to remove the Debian package and follow the procedure. |
Beta Was this translation helpful? Give feedback.
-
The reinstall via PIP made it work! Thanks for the help!! |
Beta Was this translation helpful? Give feedback.
-
Check the bug
Before filling this bug report, please search if a similar issue already exists.
In this case, just add a comment on this existing issue.
Describe the bug
Randomly no longer able to monitor docker container not as root.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environement (please complete the following information)
To be completed with result of: lsb_release -a
To be completed with result of: glances -V
apt
To be completed with result of: glances --issue
Additional context
Debug log shows this.
You can also pastebin:
Beta Was this translation helpful? Give feedback.
All reactions