Skip to content

On Windows npipe protocol support #765

@cdancy

Description

@cdancy

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions