testcontainers-python
testcontainers-python copied to clipboard
Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
**What is the new container you'd like to have?** I'd like to contribute a [Loki container](https://hub.docker.com/r/grafana/loki) that I'm using for testing. It's configuration arguments are [here](https://grafana.com/docs/loki/latest/configure/). **Why not just use...
**Describe the bug** Using the default config for the SFTP testcontainer, the Script raises a TimeoutError. Seems to only happen with an RSA keypair user, which is included by default....
**What are you trying to do?** I'm trying to run testcontainers on a host with Docker Engine API exposed via TCP socket instead of a Unix socket. Testcontainers run fine...
Add OpenFGA testcontainer module
**What are you trying to do?** Attach a `DockerContainer` to an existing network. In my specific case, the network was created as part of a composable setup, and I'd like...
**Describe the bug** Currently people cannot contribute to the project if their machine is arm architecture, this common case now that the latest Macbooks have switched to arm with the...
**Describe the bug** The library is raising a `DockerException` when trying to fetch the server version. I saw multiple older issues related to this issue, but it's now repeating. **To...
**Describe the bug** Previously I could access the links to core modules like `DockerCompose` within read the docs, e.g. this link which was in my codebase: https://testcontainers-python.readthedocs.io/en/latest/compose.html#testcontainers.compose.DockerCompose Now the link...
Similar to the [Java API](https://java.testcontainers.org/features/image_name_substitution/#automatically-modifying-docker-hub-image-names), it would be nice if it were possible to set this custom prefix so that we could pull images from our local docker registry. This...
**What is the new container you'd like to have?** I think it would be nice to have OpenFGA as a new container, this repository is relatively new for me but...