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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
I recently came across this problem, where the manhole was binding to 127.0.0.1 within the container, it wasn't clear to me at first why docker immediately closed all connections then.
I think a note should be added to manhole.md, when using docker, that it has to be set to 0.0.0.0, or else docker cant forward the port to it.