Windows 10 support for junixsocket
See original GitHub issueDuplicate 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:
Operating System not officially supported by junixsocket: Windows 10
java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-windows10-1.8-amd64.so, libjunixsocket-windows10-1.5-amd64.so]
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.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
junixsocket – Compatibility Considerations - Projects
Windows 10 Intel 64-bit and ARM 64-bit; Windows Server 2019; Windows Server 2022; FreeBSD (amd64); OpenBSD (amd64); NetBSD (amd64); DragonFlyBSD ...
Read more >AF_UNIX comes to Windows - Microsoft Developer Blogs
Support for the unix socket has existed both in BSD and Linux for the longest time, but, not on Windows. On Windows, there...
Read more >Connect to MySQL with unix sockets | DataGrip Documentation
On Unix, you can connect to the mysqld server by using two different ways: a Unix socket file (for example, /var/run/mysqld/mysqld.sock), ...
Read more >Docker-java API connect virtualbox ubuntu docker in Eclipse ...
I have installed virtualbox on windows 10 and created a Ubuntu instance for ... RuntimeException: Library 'junixsocket-native-2.0.4.dll' not found! at ...
Read more >junixsocket-native not loading - The FreeBSD Forums
I am using junixsocket version 2.3.1. ... lib/amd64-Windows10-clang/jni/junixsocket-native-2.3.1.dll module-info.class.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😃
Since the bmuschko/gradle-docker-plugin uses docker-java internally, I suggest you to follow the existing issue at https://github.com/docker-java/docker-java/issues/765 - maybe you could leave a note there to increase awareness.