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
Hey!
Very happy users of testcontainers here :) We have a use case where we need something similar to OneShotStartupCheckStrategy that test containers java supports.
It is pretty easy to implement it ourselves using StartupCheckStrategy but I am also happy contribute the code back to the library so others could use it as well.
While trying to write and test for it I am getting weird error:
Container runtime strategy "UnixSocketStrategy" does not work TypeError: dockerode.info is not a function
I added the exception to find out why my tests are not passing and this is the additional string on the error. Happens both locally and when running on codespaces. What am I a doing wrong? I would like help so I could open a pull request - i pushed my (not working changes) to a branch - #730.
The text was updated successfully, but these errors were encountered:
Hey!
Very happy users of testcontainers here :) We have a use case where we need something similar to
OneShotStartupCheckStrategy
that test containers java supports.It is pretty easy to implement it ourselves using
StartupCheckStrategy
but I am also happy contribute the code back to the library so others could use it as well.While trying to write and test for it I am getting weird error:
I added the exception to find out why my tests are not passing and this is the additional string on the error. Happens both locally and when running on codespaces. What am I a doing wrong? I would like help so I could open a pull request - i pushed my (not working changes) to a branch - #730.
The text was updated successfully, but these errors were encountered: