-
Greetings,
Probably my fault but I don't see why I'm getting that error when I try to run the container.
This is the image I try to use:
```rust
const CONTAINER_IDENTIFIER: &str = "eventstor…
-
## Description
When building the crate with the latest nightly, the compilation fails with 27 errors.
## Prerequisites
- Rust version : `rustc 1.51.0-nightly (d4e3570db 2021-02-01)`
- lexica…
-
I have seen this once on the CI and once locally (1 in ~6 attempts). I guess there is a race in how we read and write to the results collection. Maybe synchronizing on the list could help.
```
[I…
-
Given that env variables are accessible to all processes, it feels like we should be using a name for this env variable that creates a "scope" for our program and have the "command" be the variables v…
-
https://github.com/testcontainers/testcontainers-rs/blob/40dcfb82c5c9670e6254e8f2bdf19ac5b215f6e8/src/clients/cli.rs#L232
Do not remove docker network if `KEEP_CONTAINERS=true`. Otherwise it is imp…
-
New version of tokio is released
reqwest vesrion of tokio is 0.2 [Cargo.toml](https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml)
Better upgrade, to avoid downloading two versions of to…
-
I've seen this exact error come and go a fair bit on here, but it's just today started happening for me.
I'm using testcontainers-java 1.12.0, but updating to the latest version has no impact at al…
-
Currently I fail to move container into variable because of `Container
-
I'm not sure if this is a problem with testcontainers or Rust Analyzer, but I've noticed that if I run the tests from within VSCode then my containers don't ever shut down. If I run the exact same tes…
-
I can't make sense of why the build in https://github.com/testcontainers/testcontainers-rs/pull/139 is breaking. Here is the first error when `cargo build` is run:
```rust
$ cargo build
Upd…