Skip to content
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

Support Unix socket transport on Windows platform #116

Open
arixmkii opened this issue Aug 31, 2024 · 1 comment
Open

Support Unix socket transport on Windows platform #116

arixmkii opened this issue Aug 31, 2024 · 1 comment

Comments

@arixmkii
Copy link

arixmkii commented Aug 31, 2024

It currently returns error "protocol not supported"

return ErrProtocolNotAvailable

But modern Windows version support AF_UNIX https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ and it can possibly be used as a transport for Docker or Docker compatible APIs if the container provider decides to expose this in addition to named pipes or if user decides to use some sort of ncat like tool to forward npipe to unix socket for the experience more close to that on other platforms.

@arixmkii
Copy link
Author

Looks like it has already approved PR for this #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant