Browse Source

Merge pull request #20845 from Microsoft/jstarks/default_to_npipe

Windows: Default to npipe transport
Vincent Demeester 9 years ago
parent
commit
0eb20be13c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opts/hosts_windows.go

+ 1 - 1
opts/hosts_windows.go

@@ -3,4 +3,4 @@
 package opts
 package opts
 
 
 // DefaultHost constant defines the default host string used by docker on Windows
 // DefaultHost constant defines the default host string used by docker on Windows
-var DefaultHost = DefaultTCPHost
+var DefaultHost = "npipe://" + DefaultNamedPipe