-
Notifications
You must be signed in to change notification settings - Fork 307
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
Docker Events in Web UI #3202
Comments
Hmm I don't know a lot about Compose Watch. I think this would be a problem since all the logs are based off container ID. So if the ID is changing, then it is a new container to Dozzle. Dozzle tries to forward to the new container when this happens. But in your case, I am not sure how to handle it since the events are actually on a different container. You can see this in the URL The URL could be changed to name but that introduces other problems since names can clash between different servers. If I understand correctly, you just want some other visualization that another container has started. Right? I don't know where that would go. |
@sfc-gh-kbregula re-reading this a bit now. It seems like you just want a way to show all events. Right? Where do you think that could go? I don't think the section where all the logs go is the right place. |
Haven't heard back. Still not sure what is being asked. Closing. |
Describe the feature you would like to see
Hey.
I'm part of a team that uses Doozle on a daily basis. Most of my team is non-technical, so accessing container logs via the Web UI is a big help.
We recently started modernizing our tech stack and started using Compose Develop/Compose Watch to automatically update and install dependencies as needed.
However, as the team is non-technical, we don't want long-lived processes in the terminal, so we run the docker-compose watch command as a separate container, which gives us detach mode. (Compose Watch doesn't support detach mode natively)
But thanks to this we have access to the logs in Dozzle, so there is no problem for now.
The problem is that if we use Compose Develop, containers are restarted much more often and it is difficult to track when and which container was restarted.
I was wondering what you think about adding the ability to display Docker events in the Doozle UI. For now, we can use a container that runs a command similar to the one below.
But if it was a native feature of Doozle, it might look better and be more user-friendly.
Best regards,
Describe how you would like to see this feature implemented
No response
Describe any alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: