Replies: 1 comment
-
I support what Docker supports with I think your options are just to create a single label that does work. That unfortunately means you need to handle that yourself.
I think that's discussed pretty well here. Applying filters in different stages has different use cases. So you can read it to see if it answers you question.
If you mean different filters on agent and UI itself, then no it is not possible. There is only filter that gets used across all Docker APIs. You can setup an agent locally and connect to that. That might work. But I haven't tested it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you would like to see
Thanks for Dozzle — it’s a great tool.
I have two related questions about container filtering.
1. Filtering containers using multiple labels
I have several containers with different Docker labels and want to show only a subset of them in Dozzle.
Example: app=frontend role=worker env=prod
Is it possible to filter containers using multiple labels (logical OR)?
Example: show containers matching app=frontend OR role=worker OR env=prod
If this isn’t supported, is there a recommended workaround or plan to support it?
2. Filters in master–agent (remote) setup
Setup: Dozzle running as master on Server A, Dozzle agent running on Server B
Where should filters be applied in this setup — master, agent, or both?
Is it possible to: Filter containers coming from the agent
Also show and filter containers running on the master host itself?
Any guidance or examples would be appreciated.
Describe how you would like to see this feature implemented
No response
Describe any alternatives you've considered
No response
Beta Was this translation helpful? Give feedback.
All reactions