-
Notifications
You must be signed in to change notification settings - Fork 44
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
Graph websocket available over network #125
Comments
could you elaborate on the use case here as this may or may not be covered by a future release? |
hello, yes of course. Very often we run containers/docker instances on powerful remote machines, while running a client of average laptops. Such use case allows for powerful processing while using a local client viewer to access the graphs. Remote docker instances based on Linux very often do not have a GUI, or GUI is very limited, difficult to access, so using local instance of windows based viewer is much better experience. |
got it - we are working on a remote server architecture for this type of use case so keep an eye open for future releases. Will close for now as it is already part of an ongoing work stream |
reopening for better tracking :) |
Hello.
currently, the docker exposes websocket port over localhost only:
tcp 0 0 127.0.0.1:8182 0.0.0.0:* LISTEN 3691545/docker-prox
Could you add an option to make it available over network (0.0.0.0:8182), please?
thanks
Rafal
The text was updated successfully, but these errors were encountered: