-
Notifications
You must be signed in to change notification settings - Fork 115
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
Windows 10 support for junixsocket #40
Comments
As far as I know there won't be a chance to make Unix sockets work on Windows. Windows knows a concept of named pipes, similar, but not interoperable to Unix sockets. Consequently, junixsocket wouldn't be the correct library on Windows. |
How do you connect from Gradle to Docker? |
Thanks for your response! |
Since the bmuschko/gradle-docker-plugin uses docker-java internally, I suggest you to follow the existing issue at docker-java/docker-java#765 - maybe you could leave a note there to increase awareness. |
Time flies! AF_UNIX is now available on Windows 10. https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ However, I do not have the resources to actively work on supporting this platform. Feel free to provide a pull request. |
Look what happened. With cross-compilation support introduced in junixsocket 2.2, we can now support junixsocket on Windows 10! (It required some effort, but not as much as anticipated) Please download junixsocket 2.2.0 and verify :) |
Regarding AF_UNIX on Windows for Docker clients there's now moby/moby#36442 the next step to be resolved (and a whole rabbit hole with Golang support, etc.) ;) |
Thanks for adding Windows 10 support. I was having some issues using it with another C program, and so was inspecting the C code for The Is that intentional? The reason I ask is that there's multiple |
Duplicate of this.
Hi,
I have started using Docker for Windows Beta and trying to build a Docker image on my Windows machine using gradle.
It used to be fine on Linux, but on Windows 10 I get the following exception:
Is there a chance to have junitsocket support Windows?
Because with Docker for Windows more and more developers will switch to Windows.
Thanks in advance.
The text was updated successfully, but these errors were encountered: