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

Show a list of running containers (which the user is allowed to handle) #139

Open
january3 opened this issue Feb 7, 2022 · 0 comments
Open

Comments

@january3
Copy link
Member

january3 commented Feb 7, 2022

Going through all projects and checking whether containers work correctly, or whether they are running with the most recent container image version is annyoing.

It would be lovely to have a list view of all defined containers from all projects, with the button to directly stop / start / update the containers in the list, preferably in the "home" view in Kiosc. So, instead of, say,

+--- Project group 1
       +- Project 1.1
       +- Project 1.2
+--- Project group 2
       +- Project 2.1

Have this:

+--- Project group 1
       +- Project 1.1
            +- container 1.1.1 [running] [stop] [pause][update] [restart]
            +- container 1.1.2 [stopped] [start] [update] 
       +- Project 1.2
+--- Project group 2
       +- Project 2.1
            +- container 2.1.1 [error] [start][update]

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

1 participant