nicolargo/glances

Filter Docker containers

Closed this issue · 2 comments

I believe the commit bc0cf31 for the issue #1748 might have been lost in the various versions.

I have tried every possible regex, but when I looked into the code for the method "is_hide," I found that it is declared in the file https://github.com/nicolargo/glances/blob/develop/glances/plugins/plugin/model.py but is only used in the file https://github.com/nicolargo/glances/blob/develop/glances/plugins/fs/__init__.py for the "fs" plugin.

Is it possible to bring that function back into the docker plugin?

Thanks in advance!

Thanks @G4Zz0L1 !

I will remerge it on the develop branch.

Corrected in the develop branch.