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.