Skip to content

Commit 7e884c6

Browse files
committedMar 2, 2016
Windows: Default to npipe transport
This changes the default transport for Windows from unencrypted TCP to npipe. This is similar to how Linux runs with the unix socket transport by default. Signed-off-by: John Starks <[email protected]>
1 parent 32d1a6c commit 7e884c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opts/hosts_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
package opts
44

55
// DefaultHost constant defines the default host string used by docker on Windows
6-
var DefaultHost = DefaultTCPHost
6+
var DefaultHost = "npipe://" + DefaultNamedPipe

0 commit comments

Comments
 (0)
Please sign in to comment.