David Ankin
David Ankin
I'm sorry, I skimmed your email and misunderstood it. Again, i dont really understand this one because i don't use dind. if you just replace this docker-compose command with "poetry...
im not sure what other debugging information would help since im pretty sure some combination of what people have already left in comments does work, just have to figure out...
#524 related kind of, was thinking of consolidating PRs: ```python def get_docker_host() -> Optional[str]: tc_host = read_tc_properties().get("tc.host") # make sure if we have a value, that it is still valid...
how does this compare to this functionality in the [mysql][my] and [postgres][pg] images? [my]: https://github.com/docker-library/docs/tree/master/mysql#initializing-a-fresh-instance [pg]: https://github.com/docker-library/docs/tree/master/postgres#initialization-scripts
i think theoretically it could be a neat thing to highlight the feature in the library images, but since it seems like we are now discussing quite a different implementation...
i think theoretically there is a preference for is for using transferable over volume mapping, because volume mapping only works locally (local to the docker engine), but we dont have...
Yes, transferring only works after it starts, so you want to run that after calling super().start() in the overriden .start() On Thu, Apr 25, 2024, 9:20 PM Jb DOYON ***@***.***>...
Maybe documentation about it would be good On Sat, May 11, 2024, 11:47 AM Jb DOYON ***@***.***> wrote: > Wow, thank you for merging that PR! (I expected more of...
i wonder if this is what the java client does underneath, have almost no opportunity to find out independently. i explored the testcontainers side of java yesterday and realized that...
wdyt about testing using this module - https://github.com/testcontainers/testcontainers-python/tree/main/modules/registry - i know it inverts the dependencies on their head a bit. maybe we can just copy and paste the code as...