Viktor Rimark
Viktor Rimark
Is there a plan to merge this PR?
I'm happy to submit a PR!
Submitted a PR, happy for a review.
> Great, thank you! Slight misunderstanding: I was thinking that we could add this functionality to existing containers rather than create a new one. What do you think? I don't...
> The image name can be specified for `DockerContainer` here. > > https://github.com/testcontainers/testcontainers-python/blob/7346345d3636c383e6a685fc80b67c5947efd9fe/testcontainers/core/container.py#L12-L13 True, you have a point there. Just to clarify, do you suggest extending the `__init__` method of...
_Just wanted to say thank you for the fix as I had the same problem but did not manage to solve it myself._
What is the status of the tox4 support? Looks like it is in master, but not released on PyPI?
Related, I have a similar use case where I use `--suffix` to manage multiple installations of the same tool. E.g., I have both tox 4 and tox 3 installed, to...
> > Just to clarify, do you suggest extending the **init** method of DockerContainer or all the db-containers? > > I was thinking all the containers as they all inherit...
@tillahoffmann updated the PR to instead set these in the core container's `__init__`. Do you think this looks reasonable? If so, I'll make sure these changes are covered by tests...