| name | Question |
|---|---|
| about | Ask a question about how to use this library. |
| title | Question: |
| labels | 📖 documentation |
| assignees |
Ask your question here
Provide a self-contained code snippet that illustrates the bug or unexpected behavior. Ideally, include a link to a public repository with a minimal project where someone from the testcontainers-python can submit a PR with a solution to the problem you are facing with the library.
Provide a summary of your runtime environment. Which operating system, python version, and docker version are you using?
What is the version of testcontainers-python you are using? You can run the following commands to get the relevant information.
Paste the results of the bash below
uname -a
echo "------"
docker info
echo "------"
poetry run python --version
echo "------"
poetry show --treepaste-me-here