Andre Hofmeister
Andre Hofmeister
Are there any frameworks or techniques for good documentation? Maybe something like AsciiDoc or GitHub Wiki?
**Is your feature request related to a problem? Please describe.** Testcontainers modules (pre-configured containers) don't use their hole potential. Dedicated modules can offer more functionalities like including vendor dependencies etc....
**Describe the bug** In some cases Testcontainers can't connect to [Ryuk](https://github.com/testcontainers/moby-ryuk). You'll see the following log message: > ResourceReaperException: Initialization has been cancelled. Docker Desktop for Windows assigns a random...
**Is your feature request related to a problem? Please describe.** To analyse our projects in our build pipeline at Azure DevOps we use Sonar Scanner for MSBuild and pass the...
### Description The Windows Docker `daemon.json` configuration does not support Docker Wormhole. The container that mounts the named pipe socket cannot access it, it receives an _Access is denied_ error....
Hi Dody! I hope you're doing well. I wanted to reach out because I am the maintainer of [Testcontainers for .NET](https://github.com/testcontainers/testcontainers-dotnet), a library that provides support for testing with disposable...
I am trying to create a verb that includes all subsequent arguments. I require it to retain the exact format in which it is passed to the verb. My intention...
### Problem Since Testcontainers for Node has done an awesome job supporting [multiple container runtimes](https://github.com/testcontainers/testcontainers-node/actions/runs/4763812640) (not just Docker), it makes perfect sense to continue this great work and look into...
### Problem Depending on the lifecycle of the test framework and the test implementation, it is quite common for each test to create a new instance of a container (Docker...