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 team - hoping someone can help me out here. Trying to use this library to build some test cases, which rely on using S3 API. However, something odd is happening. If i don't use dockerode to start a container, the API calls via mocha tests work fine. But when running the container via dockerode, they fail with Error: read ECONNRESET
here's a mocha test file that shows the issue. Can anyone point out what i'm doing wrong? Maybe i've got the container definition misconfigured? (If so, i can't determine what may be wrong)
Test cases work when manually running: docker run -p 9090:9090 -d adobe/s3mock
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey team - hoping someone can help me out here. Trying to use this library to build some test cases, which rely on using S3 API. However, something odd is happening. If i don't use dockerode to start a container, the API calls via mocha tests work fine. But when running the container via dockerode, they fail with
Error: read ECONNRESET
here's a mocha test file that shows the issue. Can anyone point out what i'm doing wrong? Maybe i've got the container definition misconfigured? (If so, i can't determine what may be wrong)
Test cases work when manually running:
docker run -p 9090:9090 -d adobe/s3mock
Beta Was this translation helpful? Give feedback.
All reactions