فهرست منبع

Merge pull request #20845 from Microsoft/jstarks/default_to_npipe

Windows: Default to npipe transport
Vincent Demeester 9 سال پیش
والد
کامیت
0eb20be13c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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