Skip to content

Commit 1702bbd

Browse files
ok2cbasil
andauthored
Update docker-java-transport-httpclient5/src/main/java/com/github/dockerjava/httpclient5/ApacheDockerHttpClientImpl.java
Co-authored-by: Basil Crow <me@basilcrow.com>
1 parent 1c1dca8 commit 1702bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java-transport-httpclient5/src/main/java/com/github/dockerjava/httpclient5/ApacheDockerHttpClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private HttpClientConnectionOperator createConnectionOperator(
151151
if ("unix".equalsIgnoreCase(dockerHostScheme)) {
152152
return UnixSocket.get(dockerHostPath);
153153
} else if ("npipe".equalsIgnoreCase(dockerHostScheme)) {
154-
return new NamedPipeSocket(dockerHost.getPath());
154+
return new NamedPipeSocket(dockerHostPath);
155155
} else {
156156
return socksProxy == null ? new Socket() : new Socket(socksProxy);
157157
}

0 commit comments

Comments
 (0)