You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it has been some time. the urllib3/docker-py incompatibilities are fixed. the time of using named pipes on windows is here. the question is how to deal with them in this library. for now, i am suggesting a fix like:
classDockerContainer:
# ...defget_container_host_ip(self) ->str:
# ...# see https://github.com/testcontainers/testcontainers-python/issues/415ifhost=="localnpipe"and"Windows"==system():
return"localhost"# ...
but it really should get investigated in the short term.
The text was updated successfully, but these errors were encountered:
it has been some time. the urllib3/docker-py incompatibilities are fixed. the time of using named pipes on windows is here. the question is how to deal with them in this library. for now, i am suggesting a fix like:
but it really should get investigated in the short term.
The text was updated successfully, but these errors were encountered: