-
Notifications
You must be signed in to change notification settings - Fork 1.1k
On Windows npipe protocol support #765
Copy link
Copy link
Closed
Description
I suspect I know the answer to this but just wanted to confirm with you guys one way or the other. Trying to use npipe URL on windows 10 with docker throws the below exception. Is it possible to add support for this or is this currently being worked on by @marcuslinke and his work with unixsockets/jnr/etc.?
Caused by: com.github.dockerjava.api.exception.DockerClientException: Unsupported protocol scheme found: 'npipe:////./pipe/docker_engine'. Only 'tcp://' or 'unix://' supported.
at com.github.dockerjava.core.DefaultDockerClientConfig.checkDockerHostScheme(DefaultDockerClientConfig.java:96)
at com.github.dockerjava.core.DefaultDockerClientConfig.<init>(DefaultDockerClientConfig.java:82)
at com.github.dockerjava.core.DefaultDockerClientConfig$Builder.build(DefaultDockerClientConfig.java:431)
at com.github.dockerjava.core.DefaultDockerClientConfig$Builder$build$1.call(Unknown Source)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels