-
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…
-
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…
-
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…
-
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 …
-
This library currently supports two way to communicate with docker;
- CLI using `docker` command
- HTTP using `bollard` (unofficial) Rust SDK for Docker
I do think that this approach bring some …
-
As always thanks for the awesome library, it's been incredibly useful for testing.
I've been doing some stress-testing on my test suite (i.e. running the tests continuously until one failed) lately…
-
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…
-
The docker daemon can be hosted on a remote machine, hence in addition to the `port` of a container, we should also expose the `host` on which the docker container was started.
-
I will try creating a new integration test that will actually use ampd to talk to the axelar contracts. Not sure how it'll go, but I need to play around with the actual code to understand how much of …