Kevin Wittek
Kevin Wittek
The error ``` Can't instantiate a strategy from org.testcontainers.dockerclient.UnixSocketClientProviderStrategy (ClassNotFoundException). This probably means that cached configuration refers to a client provider class that is not available in this version of...
@jsloop42 This issue is about Podman, but you are reporting here different Docker versions. If you are using Docker and see a similar issue, please open a dedicated issue for...
For better triaging and debugging (for users, but also us maintainers), it seems useful to fail with a clearer error message, if there are issues when communicating (or even finding)...
@andyscott Input from the Bazel community is very much appreciated 🙏
I'm a colleague of @mdelapenya in the Testcontainers OSS project, so I'd like to chime in as a fellow OSS maintainer. I can understand the urge to get velocity from...
Thanks @dhoard, I don't understand why you can't share the `Network` object without initialization, given that `getId()` is `synchronized` and should not lead to any synchronization issues in parallel usage....
> I have some remote docker server, but by company policy I have to use docker.api over ssh which the nuget docker lib not supporting. (btw. I have a fork...
As @asafm reported in Slack, starting the container in Docker-Wormhole-Pattern mode with host network seems to work: ``` --network host \ -v /var/run/docker.sock:/var/run/docker.sock \ ```
Some proposed refactorings submitted in #3019