Artem Medvedev

Results 183 comments of Artem Medvedev

Hi @tamaroning 👋 For `Windows` the default socket is `npipe:////./pipe/docker_engine`. But that's should be overridden, since you use WSL. You can try to set `DOCKER_HOST=tcp://localhost:2375`. Don't really remember defaults for...

> I don't recall having to do this for older versions of testcontainers-rs, but it's not a big deal to throw this in ~/.zshrc Yes, that's because we got rid...

I'm going to close the issue due to inactivity. Please, don't hesitate to re-open if you feel the provided information is insufficient.

Will be solved with #568 by reusing workspace configs Thanks for efforts!

This PR hides the fact of dependency between Client and Container. Any networks created for container are being removed only on drop of client. I also agree that we need...

Are you (probably) looking for adding docker's `pause`/`unpause` to testcontainers api?

Hi @FibreFoX, I'll try to answer `stop + start` recreates container (with graceful shutdown logic by `sigterm` signal or `sigkill` in case of hanging), so the state of such container...

Hey! @aembke Thanks for the update, I've tried `6.0.0-beta.1` but it looks like the issue still exists 🤔 I receive `Timeout Error: Request timed out.` (if node was restarted for...