Tanguy-LeFloch
Tanguy-LeFloch
Hello @totallyzen @bearrito thanks for the quick answers! On your questions: 1. I don't mind at all adding a test, but to reproduce means adding some more setup that you...
Hello @totallyzen no worries, breaking things along the way happens! 1. Just to clarify, `dind` and mounting the socket are two different ways of running docker from within a docker....
Hello, @totallyzen you're welcome :) So I just tested on `main` and unfortunately: 1. The new ryuk feature from https://github.com/testcontainers/testcontainers-python/commit/d0198744c3bdc97a7fe41879b54acb2f5ee7becb breaks completely in the setting of using the external daemon...
Hey @alexanderankin , Thanks for the digging! I think there is still a slight misanderstanding. I'll try to clarify the two scenarios: 1. With dind  2. With...
@bearrito @alexanderankin yes, unfortunately I can confirm that the problem in [setup 2](https://github.com/testcontainers/testcontainers-python/issues/475#issuecomment-2026982418) (`localhost` hostname in postgresql's connection string) still persists with the latest `4.3.0` version which includes [b10d916](https://github.com/testcontainers/testcontainers-python/commit/b10d916848cccc016fc457333f7b382b18a7b3ef).
Your workaround works in my setup as well @CarliJoy thanks! I just needed to either disable `ryuk` (https://github.com/testcontainers/testcontainers-python/commit/d0198744c3bdc97a7fe41879b54acb2f5ee7becb) or add the workaround in the core directly https://github.com/testcontainers/testcontainers-python/blob/main/core/testcontainers/core/container.py#L110 so that it...