Artem Gavrilov

Results 1 comments of Artem Gavrilov

This workaround worked for us in github runner (it works well with ryuk being enabled): ``` from testcontainers.core.container import DockerContainer def fixed_get_container_host_ip(self) -> str: host = self.get_docker_client().host() or "localhost" if...