浏览代码

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