Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 855 Bytes

new-container.md

File metadata and controls

26 lines (17 loc) · 855 Bytes
name about title labels assignees
New Container
Tell the Testcontainers-Python team about a container you'd like to have support for.
New Container:
🚀 enhancement

What is the new container you'd like to have?

Please link some docker containers as well as documentation/arguments to the benefits of having this container.

Why not just use a generic container for this?

Please describe why the DockerContainer("my-image:latest") approach is not useful enough.

Having a dedicated TestContainer usually means the need for some or all of these:

  • complicated setup/configuration
  • the wait strategy is complex for the container, usually more than just an http wait

Other references:

Include any other relevant reading material about the enhancement.