-
Notifications
You must be signed in to change notification settings - Fork 712
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 rename
not reflected in the UI
#1091
Comments
Mmm, we are not propagating these changes into the canvas very well atm, we have a fix in the metrics-on-canvas stuff. |
@tomwilkie was speculating that renames perhaps do not trigger docker events, and that docker events are the only thing that would currently prompt the probe to look at a container again. |
Yes this is a backend issue, although you're welcome to come play in goland @foot! |
hahah cheers @tomwilkie I will take you up on that one day. Give us a shout if it doesn't propagate all the way through the JS layer though (w/out reloading the page). |
Am debating if we should also handle the |
docker run --name=foo -dti ubuntu
-> 'foo' shows up in scopedocker rename foo bar
-> no change, even after waiting for a few minutes, clicking redraw, switching views etcNote that the host details panel also shows the container as 'foo' instead of 'bar':
but it's definitely (now) called 'bar':
Restarting scope didn't solve the problem either! However, reloading the page (or just clicking 'redraw') afterwards did.
The text was updated successfully, but these errors were encountered: