You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I use a custom docker image to build and run cairo files. Today, cairo-run ... --tracer uses localhost to host the tracer ui. This unfortunately means that I cannot properly forward traffic from my host to the container. A simple fix would be to replace localhost with 0.0.0.0 at this line
However, maybe we can generalize and allow the user to choose the ip and port on which the tracer ui is hosted. For example, maybe
Hi! I use a custom docker image to build and run cairo files. Today,
cairo-run ... --tracer
useslocalhost
to host the tracer ui. This unfortunately means that I cannot properly forward traffic from my host to the container. A simple fix would be to replacelocalhost
with0.0.0.0
at this lineHowever, maybe we can generalize and allow the user to choose the ip and port on which the tracer ui is hosted. For example, maybe
The text was updated successfully, but these errors were encountered: