Skip to content
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

Detect and handle docker compose setups (grouping) #42

Open
bittner opened this issue Sep 28, 2023 · 2 comments
Open

Detect and handle docker compose setups (grouping) #42

bittner opened this issue Sep 28, 2023 · 2 comments

Comments

@bittner
Copy link

bittner commented Sep 28, 2023

I like the way the menu handles context actions for a container:

  1. You click on the task bar icon, the list of containers appears.
  2. You click on a container, the container visually expands from the bottom, and a list of options/actions appears.

That's a great UX for independent containers!

Accommodate Docker Compose with the same idea

I believe, the same idea could be used to accommodate groups of containers that are defined by Docker Compose. Those groups are listed by the docker compose ls command.

IIUC, the group is already detected, which results in displaying <container group> ℴ <container name> menu items.

  • I would find it helpful if containers of the same "container group" were grouped together, expandable/collapsible as a whole (list of containers).
  • In addition, there could be commands that apply to the entire Docker Compose setup in that intermediate menu.
@Ranger-NF
Copy link

Ranger-NF commented Jan 27, 2024

Yeah, I too wish this was a feature. I start Immich containers using docker compose. Having an easy way to handle such containers would be so helpful.

@kiuma
Copy link
Member

kiuma commented Jan 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants