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

Renamed container is not propagated to the Web UI #55

Open
aleclarson opened this issue Sep 14, 2017 · 1 comment
Open

Renamed container is not propagated to the Web UI #55

aleclarson opened this issue Sep 14, 2017 · 1 comment

Comments

@aleclarson
Copy link

I use dokku/dokku for container management. When I use git push to deploy my server, a new container is created with a Docker-style randomly generated name (eg: optimistic_williams). After about 10 seconds without the server crashing, the new container is renamed to the name of the previous container. This supports zero downtime, but the SumoLogic collector is not updating the name of the new container, which results in its logs not being associated with its new name.

Is there anyway to avoid this?

@bin3377
Copy link

bin3377 commented Sep 14, 2017

currently we don't have way to refresh the container name when it's still running. What you can try is stop and restart container (if possible) and the name should be refreshed.

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

2 participants