Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.01 KB

File metadata and controls

41 lines (30 loc) · 1.01 KB
name Question
about Ask a question about how to use this library.
title Question:
labels 📖 documentation
assignees

What are you trying to do?

Ask your question here

Where are you trying to do it?

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.

Runtime environment

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 --tree
paste-me-here