-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not translate host name "localnpipe" to address: Unknown host #108
Comments
I am experiencing the same issue on Windows 10. If I subclass
i.e. Some quick Googling suggests there are issues with Windows 10 and Docker named pipes but I can't honestly say they are the ultimate cause of this issue. Perhaps |
Workaround also confirmed working on arch linux. |
Another way to workaround the issue
|
This workaround works on Windows. |
Any update on this issue ? |
I also got an error running MysqlContainer on Windows because of the same error. |
it defined in docker-py |
FYI there's some movement in docker-py and a new beta is available already: https://github.com/docker/docker-py/releases/tag/6.0.0b1 It has a lot of fixes related to dependencies and better Windows support |
Same issue with localstack:
|
You can try this workaround: os.environ['TC_HOST'] = 'localhost' |
does this not fix it? https://github.com/testcontainers/testcontainers-python/pull/427/files |
Please help me out with this thing.
The text was updated successfully, but these errors were encountered: