-
-
Notifications
You must be signed in to change notification settings - Fork 494
Description
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