-
Hello, I got this error when attempting to start a container on Windows.
Error:
```
thread 'foo' panicked at C:\Users\\.cargo\registry\src\index.crates.io-6f17d22bba15001f\testcontainers-0.16.7\…
-
## Background
Currenlty in our integration tests, for each test(each function), we will use docker compose to start a set of containers and stop them after tests done, see [this line](https://githu…
-
When attempting to start any container, I always get the same error:
```
thread 'db::tests::test_connect_to_db' panicked at /home/martin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/testcont…
-
* Deprecate `cli` support
* Support [testcontainers/ryuk](https://hub.docker.com/r/testcontainers/ryuk) as resource reaper
* Read `tc.host` from `~/.testcontainers.properties` to connect with http c…
-
Hi there,
Thanks for the serde compatible wrapper!
`encoding` crate is unmaintained: https://rustsec.org/advisories/RUSTSEC-2021-0153
Could we switch to [`encoding_rs`](https://crates.io/crate…
-
### What happened?
:warning: I'm not entirely sure it's the right place to submit this bug report: it concerns the `selenium/standalone-firefox` docker image only. We're using the Java selenium depen…
surli updated
3 months ago
-
Hello for everyone!
I'm trying to use `testcontiners` for tests with static container.
```
testcontainers = "0.15.0"
rust-version = "1.70.0"
```
I've chosen `std::sync::OnceLock` for such p…
-
Hello, thanks for the crate.
We're trying to migrate our pipeline to use only non-privileged users, and we're getting:
```
---- test_set stdout ----
thread 'test_set' panicked at 'failed to …
-
Right now it's possible to get mapped port via `get_host_port` method, and connect to services as `localhost:`.
It might be useful to implement `get_ip_address` method and return `NetworkSettings.I…
-
Currently it's not possible to access container log streams on the Api (stdout or stderr).
It would be handy for users to catch something or log, without a need of executing docker commands manuall…