-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
unable to handle ssh network errors #764
Comments
Hi! |
in simple case seems like working with it, but i wonder what's wrong with it if it's not merged for a year... |
I've created apocas/docker-modem#179 that fixes this issue and replaces the PR above with one that is built on the master branch and handles all the current error paths. |
This should be fixed in the latest version which merged my change to docker-modem |
example:
expected:
"ping failed" in console
actual:
node process crushed
is there no way to handle network connection errors to docker engine?
simple example above - without node's uncaughtException handler - process crashes.
but node's handler doesnt help as there is no way to tell where error occured.
request to dockerode simly hangs without beeing rejected.
The text was updated successfully, but these errors were encountered: