-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
The exec call hangs #868
Comments
The command that's hanging is I would try with a simple command like |
No, this is not the case, if you run the command directly through docker exec, they do not hang and are executed instantly |
Could you try with NodeJS instead of Bun, and Docker instead of Orbstack, and LMK if the issue persists? |
Nodejs I can, docker desktop - no |
@cristianrgreco I can confirm it only happens in Bun. Works fine when I switched back to using Node. |
Expected Behaviour
Immediately return result like
docker exec containerId
Actual Behaviour
It gets stuck
Testcontainer Logs
Steps to Reproduce
This promise will never come to an end
Environment Information
The text was updated successfully, but these errors were encountered: