-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge containers individually instead of all containers in a host #3716
Comments
This may sound silly but how do you pin containers?
Overall I see your concerns on UI - I will experiment and try to find a good approach, since I don't know if I like the idea of adding it on the top right. How do you feel about having a context menu on the sidebar, that way you could right click and see text instead of just icons.
Yeah, I noticed this URL, so that was my goal - but since my current design was highly reactive (sidebar icons change when added), I ended up doing both URL + a new store for merged container IDs. This was slightly buggy, but I liked it because I could save the URL and keep reopening merged views |
I'll respond to your comment later. But for now...
That seems complicated if you are creating a store. You should just be able to change the URL and then keep adding containers. Then update the merged routes to watch the IDs and act properly. |
I realized how to do this now... Not very intuitive but actually works very well for my use case. I can still work on adding this merge functionality - see my comment above for context menu, it might even make sense to add the favorite action here too since I never noticed the star before. |
In fact, the options could be:
|
@garikkh do you plan to still work on this? |
I don't have a lot of availability right now - this might be something I can look at next week, but I like the idea and would appreciate it on my setup |
Sounded like you had something working? If so it shouldn't be too much work. Since I won't be working on it personally, I'll close. |
Describe the feature you would like to see
Currently when connected to a host (or when using docker compose) you are able to merge all containers as part of that system. You can't however only merge a subset. If your system has for example 10 containers, but you only want to watch logs for 4 of them, you have 2 options: either have a merged view with all logs and a lot of bloat, or have 4 columns, which makes reading long logs hard.
Describe how you would like to see this feature implemented
It would be nice to have an icon on the sidebar next to each container to add to a "merged" set, and add/remove containers as needed.
I spent some time working on this myself, and have a basic POC in this video. I can continue working and fixing some edge cases/have a PR, but wanted to know if this is something that should be added.
2025-03-20.16-12-40.mp4
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: