Is there a recommended way to wait for a container to exit #6293
Unanswered
alexanderankin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i have a container that does a task rather than provide a service, and i know it should exit after it is done with its work, is there a method in the testcontainers API that i can call which returns when, or a returns a promise for when, the container will exit?
perhaps something like this?
Beta Was this translation helpful? Give feedback.
All reactions