Explorar o código

Merge pull request #20845 from Microsoft/jstarks/default_to_npipe

Windows: Default to npipe transport
Vincent Demeester %!s(int64=9) %!d(string=hai) anos
pai
achega
0eb20be13c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      opts/hosts_windows.go

+ 1 - 1
opts/hosts_windows.go

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